diff src/protocols/oscar/oscar.c @ 6478:338147ea6896

[gaim-migrate @ 6991] Some compiler warning fixes for 64-bit platforms from Robot101. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 15 Aug 2003 22:16:44 +0000
parents fb64cc87bc96
children 87024723ef17
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Fri Aug 15 17:57:12 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Fri Aug 15 22:16:44 2003 +0000
@@ -2160,7 +2160,7 @@
 	struct oscar_data *od = gc->proto_data;
 	char *tmp;
 	int flags = 0;
-	int convlen;
+	gsize convlen;
 	GError *err = NULL;
 	struct buddyinfo *bi;
 	const char *iconfile;
@@ -4278,7 +4278,7 @@
 		struct buddyinfo *bi;
 		struct aim_sendimext_args args;
 		struct stat st;
-		int len;
+		gsize len;
 
 		bi = g_hash_table_lookup(od->buddyinfo, normalize(name));
 		if (!bi) {
@@ -4443,7 +4443,7 @@
 	fu32_t flags = 0;
 	char *text_html = NULL;
 	char *msg = NULL;
-	int msglen = 0;
+	gsize msglen = 0;
 
 	if (od->rights.maxsiglen == 0)
 		gaim_notify_warning(gc, NULL, _("Unable to set AIM profile."),
@@ -4498,7 +4498,7 @@
 	fu32_t flags = 0;
 	gchar *text_html = NULL;
 	char *msg = NULL;
-	int msglen = 0;
+	gsize msglen = 0;
 
 	if (od->rights.maxawaymsglen == 0)
 		gaim_notify_warning(gc, NULL, _("Unable to set AIM away message."),