diff src/protocols/gg/libgg.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 5976491e07a7
children 78720741ae3d
line wrap: on
line diff
--- a/src/protocols/gg/libgg.c	Thu Dec 16 02:51:14 2004 +0000
+++ b/src/protocols/gg/libgg.c	Thu Dec 16 03:50:54 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.c 11554 2004-12-11 00:06:06Z thekingant $ */
+/* $Id: libgg.c 11615 2004-12-16 03:50:54Z faceprint $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -70,7 +70,7 @@
 #ifdef __GNUC__
 __attribute__ ((unused))
 #endif
-= "$Id: libgg.c 11554 2004-12-11 00:06:06Z thekingant $";
+= "$Id: libgg.c 11615 2004-12-16 03:50:54Z faceprint $";
 
 #endif 
 
@@ -1461,7 +1461,7 @@
 			struct gg_welcome *w;
 			struct gg_login60 l;
 			unsigned int hash;
-			char *password = sess->password;
+			unsigned char *password = sess->password;
 
 			gg_debug(GG_DEBUG_MISC, "== GG_STATE_READING_KEY\n");