changeset 5964:b583de5880bc

[gaim-migrate @ 6411] fix for bug 682553, as per 2 line patch provided. many thanks to young1 for figuring it out committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 27 Jun 2003 18:33:55 +0000
parents eb336b2c451f
children cd8f8e5d697e
files src/protocols/msn/utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/utils.c	Fri Jun 27 02:53:12 2003 +0000
+++ b/src/protocols/msn/utils.c	Fri Jun 27 18:33:55 2003 +0000
@@ -86,7 +86,7 @@
 	char *cur;
 	GString *ret = g_string_new(NULL);
 	guint colorbuf;
-	char *colors = (char *)(&colorbuf);
+	unsigned char *colors = (unsigned char *)(&colorbuf);
 
 	cur = strstr(mime, "FN=");