Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Mark Doliner <thekingant@us...> - 2005-07-29 01:51:15
|
Update of /cvsroot/gaim/gaim/src/protocols/silc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21846 Modified Files: buddy.c Log Message: 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... Index: buddy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/silc/buddy.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -p -r1.24 -r1.25 --- buddy.c 25 Apr 2005 03:55:09 -0000 1.24 +++ buddy.c 29 Jul 2005 01:51:07 -0000 1.25 @@ -748,7 +748,7 @@ silcgaim_add_buddy_save(bool success, vo 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; |