]> Dogcows Code - chaz/tar/blobdiff - src/extract.c
(TESTSUITE_AT): Add indexfile.at
[chaz/tar] / src / extract.c
index 15fb9f2525c20b546bcb61e5e241329ca7eba949..0ff01a998bc7df954817dd52cd1b72835f94a90d 100644 (file)
@@ -193,7 +193,7 @@ check_time (char const *file_name, struct timespec t)
   if (t.tv_sec <= 0)
     WARN ((0, 0, _("%s: implausibly old time stamp %s"),
           file_name, tartime (t, true)));
-  else if (timespec_cmp (start_time, t) < 0)
+  else if (timespec_cmp (volume_start_time, t) < 0)
     {
       struct timespec now;
       gettime (&now);
@@ -1036,6 +1036,7 @@ extract_volhdr (char *file_name, int typeflag)
   if (verbose_option)
     fprintf (stdlis, _("Reading %s\n"), quote (current_stat_info.file_name));
   skip_member ();
+  return 0;
 }
 
 static int
This page took 0.022259 seconds and 4 git commands to generate.