From: François Pinard Date: Wed, 16 Nov 1994 02:46:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0435e380a950d17297261d2409138308815449fd;p=chaz%2Ftar *** empty log message *** --- diff --git a/src/extract.c b/src/extract.c index 8e6e277..91a991a 100644 --- a/src/extract.c +++ b/src/extract.c @@ -501,12 +501,12 @@ extract_archive () } /* - * Set the modified time of the file. - * - * Note that we set the accessed time to "now", which - * is really "the time we started extracting files". - * unless f_gnudump is used, in which case .st_atime is used - */ + * Set the modified time of the file. + * + * Note that we set the accessed time to "now", which + * is really "the time we started extracting files". + * unless f_gnudump is used, in which case .st_atime is used + */ if (!f_modified) { /* fixme if f_gnudump should set ctime too, but how? */