]> Dogcows Code - chaz/tar/blobdiff - src/misc.c
tar: document xgetcwd test case better
[chaz/tar] / src / misc.c
index cc2fef85a6c5781904ea9ca496c6ea26de9b1bb9..8e66643829d46fd894a3defd0e52c19de12386a2 100644 (file)
@@ -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
          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;
       const char *cdpath = tar_getcdpath (cdidx);
       size_t copylen;
       bool need_separator;
This page took 0.02486 seconds and 4 git commands to generate.