diff options
author | Glenn L McGrath | 2004-06-06 10:22:43 +0000 |
---|---|---|
committer | Glenn L McGrath | 2004-06-06 10:22:43 +0000 |
commit | f34b0e996beb93dda90df65d084216ef5c486c5d (patch) | |
tree | 5221b6e18a1e9963e6afbfc4546a8b2d47558ebe | |
parent | 07e1ccdf751c88beb23a20b0c73685b9769701ad (diff) | |
download | busybox-f34b0e996beb93dda90df65d084216ef5c486c5d.zip busybox-f34b0e996beb93dda90df65d084216ef5c486c5d.tar.gz |
Update reference for zip format
-rw-r--r-- | archival/unzip.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 4e357d6..eea2f54 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 ? */ |