diff src/protocols/jabber/buddy.c @ 11137:096020ae09a9

[gaim-migrate @ 13201] Some more deworming. I mean, dewarning. I also realized that lots of glib uses guchar* instead of guint* for passing around bits of binary data, so I changed some stuff in util.c that I'd already changed. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 21 Jul 2005 05:49:48 +0000
parents 719779387f96
children 8dca96cbcd64
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Thu Jul 21 04:16:35 2005 +0000
+++ b/src/protocols/jabber/buddy.c	Thu Jul 21 05:49:48 2005 +0000
@@ -810,7 +810,7 @@
 				if((binval = xmlnode_get_child(child, "BINVAL")) &&
 						(bintext = xmlnode_get_data(binval))) {
 					gsize size;
-					guint8 *data;
+					guchar *data;
 					int i;
 					unsigned char hashval[20];
 					char *p, hash[41];