Mercurial > pidgin
diff src/protocols/gg/libgg.c @ 11202:ff4884029708
[gaim-migrate @ 13330]
Some compile warning fixes. It's very possible the perl warnings
were caused by some of my changes to the core last week
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 08 Aug 2005 02:21:57 +0000 |
| parents | f068eaabe332 |
| children | 67f874fadb57 |
line wrap: on
line diff
--- a/src/protocols/gg/libgg.c Mon Aug 08 02:18:16 2005 +0000 +++ b/src/protocols/gg/libgg.c Mon Aug 08 02:21:57 2005 +0000 @@ -1452,7 +1452,7 @@ struct gg_welcome *w; struct gg_login60 l; unsigned int hash; - unsigned char *password = sess->password; + char *password = sess->password; gg_debug(GG_DEBUG_MISC, "== GG_STATE_READING_KEY\n");
