From 0435e380a950d17297261d2409138308815449fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:46:14 +0000 Subject: [PATCH] *** empty log message *** --- src/extract.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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? */ -- 2.44.0