src/protocols/msn/utils.c

changeset 5964
2b02a79497a7
parent 5312
7f9faad3e386
child 6093
2095841fde03
--- 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=");
 

mercurial