Patch from Felipe Kellermann, fix endless loop when first > last and
[oweals/busybox.git] / archival / unzip.c
index 4e357d65670e5f09b716dcd864e5f2e036db366a..eea2f5438b67563a7b8371835dc78c70e89df3fb 100644 (file)
  *
  */
 
-/* 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 ? */