X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Fextract.c;h=3d8ba10dbf539f50e3407eb0b56e8dd47213b997;hp=319aaa86b29cdf2dd71830901e36305dda478315;hb=28b44aaacb45680aa6640e0a6d7ceab04cfdbf11;hpb=88cb5008a6133cfbc129408273aa69266f2502a0 diff --git a/src/extract.c b/src/extract.c index 319aaa8..3d8ba10 100644 --- a/src/extract.c +++ b/src/extract.c @@ -297,7 +297,7 @@ set_mode (char const *file_name, static void check_time (char const *file_name, struct timespec t) { - if (t.tv_sec <= 0) + if (t.tv_sec < 0) WARNOPT (WARN_TIMESTAMP, (0, 0, _("%s: implausibly old time stamp %s"), file_name, tartime (t, true)));