[BusyBox-cvs] busybox/archival unzip.c,1.7,1.8

Glenn McGrath,,, bug1 at busybox.net
Sun Jun 6 10:22:45 UTC 2004


Update of /var/cvs/busybox/archival
In directory nail:/tmp/cvs-serv27115/archival

Modified Files:
	unzip.c 
Log Message:
Update reference for zip format


Index: unzip.c
===================================================================
RCS file: /var/cvs/busybox/archival/unzip.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/unzip.c	27 Mar 2004 10:02:41 -0000	1.7
+++ b/unzip.c	6 Jun 2004 10:22:43 -0000	1.8
@@ -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 ? */
 




More information about the busybox-cvs mailing list