aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-06-06 10:22:43 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-06-06 10:22:43 +0000
commit163a90bd44ee443959140daaa4d10d0fc91f7ec5 (patch)
tree5221b6e18a1e9963e6afbfc4546a8b2d47558ebe
parent9743130c18b103c804a06cf44b9fdcc0381e0114 (diff)
downloadbusybox-w32-163a90bd44ee443959140daaa4d10d0fc91f7ec5.tar.gz
busybox-w32-163a90bd44ee443959140daaa4d10d0fc91f7ec5.tar.bz2
busybox-w32-163a90bd44ee443959140daaa4d10d0fc91f7ec5.zip
Update reference for zip format
git-svn-id: svn://busybox.net/trunk/busybox@8888 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--archival/unzip.c5
1 files changed, 4 insertions, 1 deletions
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 @@
20 * 20 *
21 */ 21 */
22 22
23/* For reference to format see http://www.pkware.com/support/appnote.html */ 23/* For reference see
24 * http://www.pkware.com/products/enterprise/white_papers/appnote.txt
25 * http://www.info-zip.org/pub/infozip/doc/appnote-iz-latest.zip
26 */
24 27
25/* TODO Endian issues, exclude, should we accept input from stdin ? */ 28/* TODO Endian issues, exclude, should we accept input from stdin ? */
26 29