diff src/util.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 650e9b73ba38
children 060aa79a733e
line wrap: on
line diff
--- a/src/util.c	Fri Aug 15 17:57:12 2003 +0000
+++ b/src/util.c	Fri Aug 15 22:16:44 2003 +0000
@@ -857,7 +857,7 @@
 
 char *gaim_try_conv_to_utf8(const char *str)
 {
-	int converted;
+	gsize converted;
 	char *utf8;
 
 	if (str == NULL) {