diff src/protocols/msn/slp.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 cf3454eadc22
children ecf3ce2e2ab1
line wrap: on
line diff
--- a/src/protocols/msn/slp.c	Mon Oct 18 05:22:21 2004 +0000
+++ b/src/protocols/msn/slp.c	Mon Oct 18 05:40:02 2004 +0000
@@ -252,7 +252,7 @@
 		const char *sha1c;
 		const char *file_name;
 		char *content;
-		gsize len;
+		int len;
 		int type;
 
 		/* Send Ok */
@@ -317,7 +317,7 @@
 		GaimAccount *account;
 		GaimXfer *xfer;
 		char *bin;
-		gsize bin_len;
+		int bin_len;
 		guint32 file_size;
 		char *file_name;
 		gunichar2 *uni_name;