X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=da717193d4830c6fb58825da3904d40630e70992;hb=572225dfdcc2f36c50128ae40f90f5efaf1b7a2c;hp=2148990f7d7cb57536db59bcdecf623c90d56d94;hpb=dcb7c93527b510b07c7b1118406f76a11c7c4da1;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index 2148990..da71719 100644 --- a/src/list.c +++ b/src/list.c @@ -502,6 +502,9 @@ decode_header (union block *header, struct tar_stat_info *stat_info, stat_info->devmajor = MAJOR_FROM_HEADER (header->header.devmajor); stat_info->devminor = MINOR_FROM_HEADER (header->header.devminor); + stat_info->stat.st_atime = start_time; + stat_info->stat.st_ctime = start_time; + if (format == OLDGNU_FORMAT && incremental_option) { stat_info->stat.st_atime = TIME_FROM_HEADER (header->oldgnu_header.atime);