diff src/protocols/irc/dcc_send.c @ 10112:1a91e814e9d8

[gaim-migrate @ 11145] it looks like the rest of this was 64-bit stuff too committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 18 Oct 2004 05:40:02 +0000
parents d27156c9c876
children 088633feb846
line wrap: on
line diff
--- a/src/protocols/irc/dcc_send.c	Mon Oct 18 05:22:21 2004 +0000
+++ b/src/protocols/irc/dcc_send.c	Mon Oct 18 05:40:02 2004 +0000
@@ -286,7 +286,7 @@
 	/* Send the intended recipient the DCC request */
 	arg[0] = xfer->who;
 	inet_aton(gaim_network_get_my_ip(irc->fd), &addr);
-	arg[1] = tmp = g_strdup_printf("\001DCC SEND \"%s\" %u %hu %u\001",
+	arg[1] = tmp = g_strdup_printf("\001DCC SEND \"%s\" %u %hu %zu\001",
 	                         xfer->filename, ntohl(addr.s_addr),
 	                         port, xfer->size);