comparison 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
comparison
equal deleted inserted replaced
7385:79d74929693c 7386:414c701ef1ff
2155 { 2155 {
2156 char old_buf[256]; 2156 char old_buf[256];
2157 2157
2158 strcpy(old_buf, proto_vers); 2158 strcpy(old_buf, proto_vers);
2159 2159
2160 g_snprintf(proto_vers, sizeof(proto_vers), "MSNP%d %s", i, old_buf); 2160 g_snprintf(proto_vers, sizeof(proto_vers), "MSNP%d %s", (int)i, old_buf);
2161 } 2161 }
2162 2162
2163 strncat(proto_vers, "CVR0", sizeof(proto_vers)); 2163 strncat(proto_vers, "CVR0", sizeof(proto_vers));
2164 2164
2165 if (!msn_servconn_send_command(notification, "VER", proto_vers)) 2165 if (!msn_servconn_send_command(notification, "VER", proto_vers))