pkgsrc/chat/i2cb/patches/patch-ae
hubertf 0accd4ea74 Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat client
ICB (International CB) is a teleconferencing system that allows Internet users
to participate in realtime online discussions. This package builds a client
program (called, strangely enough, "icb") that is used to access ICB.

i2cb was enhanced to support IPv6 etc.
2002-11-14 00:55:44 +00:00

13 lines
299 B
Text

$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];