X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=d80a10f03613e46b8c51430b6183ff8ff800cd82;hb=14efeb9f956e38d7beaf3fbedb04d3f3bb9ece3a;hp=6fd117c636702f564511be0d3c7c4876b849efdb;hpb=efe26f98ec84856025f56673639d6bd520aa2e64;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 6fd117c..d80a10f 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1014,7 +1014,7 @@ get_date_or_file (struct tar_args *args, const char *option, || *str == '.') { struct stat st; - if (deref_stat (dereference_option, str, &st) != 0) + if (stat (str, &st) != 0) { stat_error (str); USAGE_ERROR ((0, 0, _("Date sample file not found")));