X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmisc.c;fp=src%2Fmisc.c;h=8e66643829d46fd894a3defd0e52c19de12386a2;hb=dc72f4d114e9b9eb895f500541c4e473febc4134;hp=cc2fef85a6c5781904ea9ca496c6ea26de9b1bb9;hpb=576e99a21c566598d7a701142e439cb283cac24f;p=chaz%2Ftar diff --git a/src/misc.c b/src/misc.c index cc2fef8..8e66643 100644 --- a/src/misc.c +++ b/src/misc.c @@ -288,7 +288,8 @@ normalize_filename (int cdidx, const char *name) this following approach may lead to situations where the same file or directory is processed twice under different absolute paths without that duplication being detected. Perhaps we - should use dev+ino pairs instead of names? */ + should use dev+ino pairs instead of names? (See listed03.at for + a related test case.) */ const char *cdpath = tar_getcdpath (cdidx); size_t copylen; bool need_separator;