diff src/protocols/msn/msnslp.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 db6bd3e794d8
children 08ce2a94d9c7
line wrap: on
line diff
--- a/src/protocols/msn/msnslp.c	Thu Oct 30 21:55:29 2003 +0000
+++ b/src/protocols/msn/msnslp.c	Thu Oct 30 22:27:36 2003 +0000
@@ -279,7 +279,7 @@
 		msn_user_get_passport(local_user),
 		branch,
 		slpsession->call_id,
-		strlen(content) + 5,
+		(int)strlen(content) + 5,
 		content);
 
 	g_free(content);