X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unzip.c;h=6ec5bd674725f4b8fbcadd879bd4126071dba558;hb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;hp=38759f04000f40f1828ba81737e3afe4815a4385;hpb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;p=debian%2Fgzip diff --git a/unzip.c b/unzip.c index 38759f0..6ec5bd6 100644 --- a/unzip.c +++ b/unzip.c @@ -1,6 +1,6 @@ /* unzip.c -- decompress files in gzip or pkzip format. - Copyright (C) 1997-1999, 2009-2016 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2009-2018 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -96,7 +96,7 @@ int check_zipfile(in) ext_header = (h[LOCFLG] & EXTFLG) != 0; pkzip = 1; - /* Get ofname and time stamp from local header (to be done) */ + /* Get ofname and timestamp from local header (to be done) */ return OK; }