diff src/gtkconv.c @ 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 77d1252b3803
children 9d1a984681fe
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;