Mercurial > pidgin
diff src/protocols/gg/libgg.h @ 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 | 64895571248f |
| children | 67f874fadb57 |
line wrap: on
line diff
--- a/src/protocols/gg/libgg.h Mon Aug 08 02:18:16 2005 +0000 +++ b/src/protocols/gg/libgg.h Mon Aug 08 02:21:57 2005 +0000 @@ -58,7 +58,7 @@ int client_port; /* port, na którym klient słucha */ uin_t uin; /* numerek klienta */ - unsigned char *password; /* i jego hasło. zwalniane automagicznie */ + char *password; /* i jego hasło. zwalniane automagicznie */ int initial_status; /* początkowy stan klienta */
