changeset 27916:bec965fb3027

fix for a crash bug in win32. patch by nosuke.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 04 Jan 2009 10:16:38 +0000
parents 533a51295cbb
children 1114dfd1881a
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	Sun Jan 04 07:19:25 2009 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Sun Jan 04 10:16:38 2009 +0000
@@ -569,12 +569,12 @@
 		*msglen_int = msglen;
 		return;
 	}
-#endif
 
 	purple_debug_info("oscar", "Conversion from UTF-8 to %s failed (%s), falling back to unicode.\n",
 					  charsetstr, err->message);
 	g_error_free(err);
 	err = NULL;
+#endif
 
 	/*
 	 * Nothing else worked, so send as UTF-16BE.