From: Glenn L McGrath Date: Sun, 6 Jun 2004 10:22:43 +0000 (-0000) Subject: Update reference for zip format X-Git-Tag: 1_00_rc1~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f34b0e996beb93dda90df65d084216ef5c486c5d;p=oweals%2Fbusybox.git Update reference for zip format --- diff --git a/archival/unzip.c b/archival/unzip.c index 4e357d656..eea2f5438 100644 --- a/archival/unzip.c +++ b/archival/unzip.c @@ -20,7 +20,10 @@ * */ -/* For reference to format see http://www.pkware.com/support/appnote.html */ +/* For reference see + * http://www.pkware.com/products/enterprise/white_papers/appnote.txt + * http://www.info-zip.org/pub/infozip/doc/appnote-iz-latest.zip + */ /* TODO Endian issues, exclude, should we accept input from stdin ? */