blob: 23ef6a5e5fe0758acc7a1a98ca9c0e5ca819339c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2002/04/18 16:42:31 yyamano Exp $
--- zipsplit.c.orig Sat Mar 2 19:45:34 2002
+++ zipsplit.c
@@ -139,7 +139,7 @@
{
if (PERR(c))
perror("zipsplit error");
- fprintf(stderr, "zipsplit error: %s (%s)\n", errors[c-1], h);
+ fprintf(stderr, "zipsplit error: %s (%s)\n", ziperrors[c-1], h);
if (indexmade)
{
strcpy(name, INDEX);
|