summaryrefslogtreecommitdiff
path: root/archivers/zip/patches/patch-ac
blob: 41731ba8e13f26884d49447b75e9ca72d410e5d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2002/04/18 16:42:31 yyamano Exp $

--- zip.c.orig	Sat Mar  2 19:38:04 2002
+++ zip.c
@@ -248,7 +248,7 @@
     if (PERR(c))
       perror("zip I/O error");
     fflush(mesg);
-    fprintf(stderr, "\nzip error: %s (%s)\n", errors[c-1], h);
+    fprintf(stderr, "\nzip error: %s (%s)\n", ziperrors[c-1], h);
   }
   if (tempzip != NULL)
   {