changeset 8159:e1e871897a4b

[gaim-migrate @ 8871] someone who is less tired, and more knowledgeable about unicode needs to fix this function right, but this seems to work for now committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 21 Jan 2004 05:18:45 +0000
parents e283be34aadf
children a0b7039de507
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Jan 21 04:55:34 2004 +0000
+++ b/src/gtkconv.c	Wed Jan 21 05:18:45 2004 +0000
@@ -2925,7 +2925,7 @@
 
 		char *nick = nicks->data;
 
-		g_utf8_strncpy(nick_partial, nick, strlen(entered));
+		strncpy(nick_partial, nick, strlen(entered));
 		if(gaim_utf8_strcasecmp(nick_partial, entered))
 			continue;