diff src/protocols/gg/gg.c @ 10388:088633feb846

[gaim-migrate @ 11615] this makes gcc shut up about some warnings committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 16 Dec 2004 03:50:54 +0000
parents cf991e2b63cb
children b4b9dabdd7c7
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Thu Dec 16 02:51:14 2004 +0000
+++ b/src/protocols/gg/gg.c	Thu Dec 16 03:50:54 2004 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 11327 2004-11-19 03:46:15Z thekingant $
+ * $Id: gg.c 11615 2004-12-16 03:50:54Z faceprint $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  *
@@ -1512,7 +1512,7 @@
 }
 #endif
 
-static void agg_change_passwd(GaimConnection *gc, const char *old, const char *new)
+static void agg_change_passwd(GaimConnection *gc, const unsigned char *old, const unsigned char *new)
 {
 	struct agg_http *hpass = g_new0(struct agg_http, 1);
 	gchar *u = gg_urlencode(gaim_account_get_username(gc->account));