diff plugins/gaim-remote/remote.c @ 7386:414c701ef1ff

[gaim-migrate @ 7981] Code cleanup to get rid of all warnings for AMD64 from augustus at linuxhardware dot org committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 30 Oct 2003 22:27:36 +0000
parents abdc55ffadba
children a83aaf250284
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c	Thu Oct 30 21:55:29 2003 +0000
+++ b/plugins/gaim-remote/remote.c	Thu Oct 30 22:27:36 2003 +0000
@@ -458,7 +458,7 @@
 	GError *error = NULL;
 
 	while (total < len) {
-		if (g_io_channel_read_chars(source, buf + total, len - total, &cur, &error) != G_IO_STATUS_NORMAL) {
+		if (g_io_channel_read_chars(source, buf + total, len - total, (gsize *) &cur, &error) != G_IO_STATUS_NORMAL) {
 			if (error)
 				g_error_free(error);
 			return -1;