X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unzip.c;h=38759f04000f40f1828ba81737e3afe4815a4385;hb=fa0feeca560a412d513696aca15e41e755c62254;hp=e0db35643a75b2c04b360b599ff44fda9da9cf51;hpb=8b5725caaf7596f7f3ea26ad39cdc0bc02cb2c96;p=debian%2Fgzip diff --git a/unzip.c b/unzip.c index e0db356..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-2014 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--) {