瀏覽代碼

*** empty log message ***

François Pinard 30 年之前
父節點
當前提交
0435e380a9
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/extract.c

+ 6 - 6
src/extract.c

@@ -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? */