X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unzip.c;h=38759f04000f40f1828ba81737e3afe4815a4385;hb=01af6d7cbc71345282dbe6cd6a2f88afc4badce0;hp=7c6938f83b7f3145f8651f7ddc46404e9bbc43ea;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;p=debian%2Fgzip diff --git a/unzip.c b/unzip.c index 7c6938f..38759f0 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-2013 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -143,7 +143,7 @@ int unzip(in, out) if (n != LG(inbuf + LOCSIZ) - (decrypt ? RAND_HEAD_LEN : 0)) { - fprintf(stderr, "len %ld, siz %ld\n", n, LG(inbuf + LOCSIZ)); + fprintf(stderr, "len %lu, siz %lu\n", n, LG(inbuf + LOCSIZ)); gzip_error ("invalid compressed data--length mismatch"); } while (n--) {