]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:46:14 +0000 (02:46 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:46:14 +0000 (02:46 +0000)
src/extract.c

index 8e6e27777750e790cf0b9941de01faa705abe6de..91a991adea795d6e28c433c52cca5cf327e1c26f 100644 (file)
@@ -501,12 +501,12 @@ extract_archive ()
        }
 
       /*
-                 * Set the modified time of the file.
-                 *
-                 * Note that we set the accessed time to "now", which
-                 * is really "the time we started extracting files".
-                 * unless f_gnudump is used, in which case .st_atime is used
-                 */
+       * Set the modified time of the file.
+       *
+       * Note that we set the accessed time to "now", which
+       * is really "the time we started extracting files".
+       * unless f_gnudump is used, in which case .st_atime is used
+       */
       if (!f_modified)
        {
          /* fixme if f_gnudump should set ctime too, but how? */
This page took 0.022419 seconds and 4 git commands to generate.