blob: c3935215443e41ddbe04bd311e41f63753714663 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2001/10/12 20:51:42 tron Exp $
--- ipstat/main.c.orig Tue Jul 13 01:19:48 1999
+++ ipstat/main.c Fri Oct 12 22:49:57 2001
@@ -143,7 +143,7 @@
{
(void)fprintf(stderr,
"%s: unable to open ignore dump file \"%s\".\n",
- Progname,argv[Index]);
+ Progname,IgnoreFile);
return EXIT_FAILURE;
}
|