Mercurial > pidgin
changeset 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 | 93663df88ec4 |
children | 268d5c498b64 |
files | src/protocols/silc/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;