Mercurial > pidgin
diff src/protocols/silc/buddy.c @ 11165:f20813369fe8
[gaim-migrate @ 13266]
Get rid of a bunch of gcc4 warnings in SILC. A lot of the warnings
kind of look like they should be changed in the silc library...
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 29 Jul 2005 01:51:07 +0000 |
| parents | 3e43c132f151 |
| children | 07dc8c6a359f |
line wrap: on
line diff
--- a/src/protocols/silc/buddy.c Fri Jul 29 01:38:12 2005 +0000 +++ b/src/protocols/silc/buddy.c Fri Jul 29 01:51:07 2005 +0000 @@ -748,7 +748,7 @@ SilcAttributeObjMime message, extension; SilcAttributeObjPk serverpk, usersign, serversign; gboolean usign_success = TRUE, ssign_success = TRUE; - unsigned char filename[256], filename2[256], *fingerprint = NULL, *tmp; + char filename[512], filename2[512], *fingerprint = NULL, *tmp; SilcUInt32 len; int i;
