changeset 27898:6ed03eec37d9

fixed a typo.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 10 Oct 2008 03:32:39 +0000
parents 7cda79469830
children 945a04f3019e
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c	Thu Oct 09 09:27:47 2008 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Fri Oct 10 03:32:39 2008 +0000
@@ -562,7 +562,7 @@
 	/* nosuke reported that this portion caused unexpected
 	 * conversion from utf-8 fullwidth tilde/numbers/alphabets to
 	 * halfwidth ones on windows environment. --yaz */
-	*msg = g_convert(from, -1, charsetstr, "UTF-8", NULL, &msglen, &errL);
+	*msg = g_convert(from, -1, charsetstr, "UTF-8", NULL, &msglen, &err);
 	if (*msg != NULL) {
 		*charset = AIM_CHARSET_CUSTOM;
 		*charsubset = 0x0000;