mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
$NetBSD: patch-ae,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $
|
|
|
|
--- src/history.c.orig Wed Mar 15 23:13:28 2000
|
|
+++ src/history.c
|
|
@@ -145,7 +145,7 @@
|
|
char *
|
|
histmatch (char *prefix)
|
|
{
|
|
- STRLIST *p, *fp;
|
|
+ STRLIST *p, *fp=NULL;
|
|
int len;
|
|
char *p1, *p2, *found;
|
|
static char match[MAX_NICKLEN];
|