--- 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));