]> Dogcows Code - chaz/tar/blobdiff - src/incremen.c
Fix large file support.
[chaz/tar] / src / incremen.c
index 7cad838a8e6e2d26b1b09e65801a2415a75de547..dc880cd88ce32f27d00dea401d3d98309346a7b6 100644 (file)
@@ -1410,7 +1410,7 @@ write_directory_file (void)
   if (! fp)
     return;
 
-  if (fseek (fp, 0L, SEEK_SET) != 0)
+  if (fseeko (fp, 0L, SEEK_SET) != 0)
     seek_error (listed_incremental_option);
   if (sys_truncate (fileno (fp)) != 0)
     truncate_error (listed_incremental_option);
This page took 0.019452 seconds and 4 git commands to generate.