src/protocols/msn/slp.c

changeset 10112
3133c5f8eb10
parent 10072
7bcd144ef597
child 10225
0dfea1bc8695
--- 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;

mercurial