comparison src/protocols/msn/httpmethod.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 ff9127038a5a
children 99ffabc6ce73
comparison
equal deleted inserted replaced
7385:79d74929693c 7386:414c701ef1ff
144 "\r\n" 144 "\r\n"
145 "%s", 145 "%s",
146 servconn->http_data->gateway_ip, 146 servconn->http_data->gateway_ip,
147 params, 147 params,
148 servconn->http_data->gateway_ip, 148 servconn->http_data->gateway_ip,
149 size, 149 (int)size,
150 buf); 150 buf);
151 151
152 g_free(params); 152 g_free(params);
153 153
154 #if 0 154 #if 0