]> Dogcows Code - chaz/tar/commitdiff
(dump_file0): Use sys_stat_nanoseconds().
authoruid65697 <uid65697>
Thu, 25 Dec 2003 10:18:37 +0000 (10:18 +0000)
committeruid65697 <uid65697>
Thu, 25 Dec 2003 10:18:37 +0000 (10:18 +0000)
src/create.c

index 547d7e9b2de275de222681c1925970407a0f15ff..b6a4f52624291baf03cb996a39b3b2d3d8471536 100644 (file)
@@ -1283,7 +1283,7 @@ dump_file0 (struct tar_stat_info *stat, char *p,
       return;
     }
   stat->archive_file_size = stat->stat.st_size;
-  
+  sys_stat_nanoseconds(stat);
   original_ctime = stat->stat.st_ctime;
   restore_times.actime = stat->stat.st_atime;
   restore_times.modtime = stat->stat.st_mtime;
This page took 0.024384 seconds and 4 git commands to generate.