changeset 8172:e68b1486c7ad

[gaim-migrate @ 8885] (13:46:53) datallah: LSchiere: i have a patch for tab complete (13:47:01) LSchiere: awesome (13:49:31) LSchiere: commit message? (13:50:09) ChipX86: "The sheep are coming home for the winter." (13:50:20) datallah: that works hehe (13:50:34) Etan: oh no, that means I'll need to make room committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 27 Jan 2004 18:50:23 +0000
parents d0ba2f7b40e7
children 62936f62d98e
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Tue Jan 27 04:46:05 2004 +0000
+++ b/src/gtkconv.c	Tue Jan 27 18:50:23 2004 +0000
@@ -2927,6 +2927,7 @@
 		char *nick = nicks->data;
 
 		strncpy(nick_partial, nick, strlen(entered));
+		nick_partial[strlen(entered)] = '\0';
 		if(gaim_utf8_strcasecmp(nick_partial, entered))
 			continue;