diff src/protocols/msn/notification.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 ab2085024a29
children b43cc6a7936e
line wrap: on
line diff
--- a/src/protocols/msn/notification.c	Thu Oct 30 21:55:29 2003 +0000
+++ b/src/protocols/msn/notification.c	Thu Oct 30 22:27:36 2003 +0000
@@ -2157,7 +2157,7 @@
 
 		strcpy(old_buf, proto_vers);
 
-		g_snprintf(proto_vers, sizeof(proto_vers), "MSNP%d %s", i, old_buf);
+		g_snprintf(proto_vers, sizeof(proto_vers), "MSNP%d %s", (int)i, old_buf);
 	}
 
 	strncat(proto_vers, "CVR0", sizeof(proto_vers));