X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fextract.c;h=c64206a882531307e3413985c884ec84ce9d8bfd;hb=b229a86dd734a408024357da0e7927aafba1696a;hp=15fb9f2525c20b546bcb61e5e241329ca7eba949;hpb=05b250d4a4db4b83e235677c674d789839037d4e;p=chaz%2Ftar diff --git a/src/extract.c b/src/extract.c index 15fb9f2..c64206a 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);