diff src/protocols/gg/gg.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 bf630f7dfdcd
children 3c21f3084ff0
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Thu Oct 30 21:55:29 2003 +0000
+++ b/src/protocols/gg/gg.c	Thu Oct 30 22:27:36 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 7685 2003-10-02 02:54:07Z chipx86 $
+ * $Id: gg.c 7981 2003-10-30 22:27:36Z lschiere $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  *
@@ -956,7 +956,7 @@
 			      "User-Agent: " GG_HTTP_USERAGENT "\r\n"
 			      "Content-Length: %d\r\n"
 			      "Pragma: no-cache\r\n" "\r\n" "%s\r\n",
-			      hdata->form, hdata->host, strlen(request), request);
+			      hdata->form, hdata->host, (int)strlen(request), request);
 
 	g_free(request);