projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e1ccd
)
Update reference for zip format
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 6 Jun 2004 10:22:43 +0000
(10:22 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 6 Jun 2004 10:22:43 +0000
(10:22 -0000)
archival/unzip.c
patch
|
blob
|
history
diff --git
a/archival/unzip.c
b/archival/unzip.c
index 4e357d65670e5f09b716dcd864e5f2e036db366a..eea2f5438b67563a7b8371835dc78c70e89df3fb 100644
(file)
--- 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 ? */