X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fextract.c;h=0ff01a998bc7df954817dd52cd1b72835f94a90d;hb=2a0037681629b20336eec663e5f48ee85313fc21;hp=15fb9f2525c20b546bcb61e5e241329ca7eba949;hpb=973b6112902adbe0a16dfec69c405ca90a843cee;p=chaz%2Ftar diff --git a/src/extract.c b/src/extract.c index 15fb9f2..0ff01a9 100644 --- a/src/extract.c +++ b/src/extract.c @@ -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