# HG changeset patch # User Mark Doliner # Date 1122601867 0 # Node ID f20813369fe85b026f3e5754e50076b16e5146ae # Parent 93663df88ec4a509200050a7173558f775437877 [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 diff -r 93663df88ec4 -r f20813369fe8 src/protocols/silc/buddy.c --- 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;