From: Sean E. <sea...@us...> - 2002-08-29 01:47:17
|
Update of /cvsroot/gaim/gaim/src/protocols/icq In directory usw-pr-cvs1:/tmp/cvs-serv15635/src/protocols/icq Modified Files: gaim_icq.c Log Message: some patches from some people. Index: gaim_icq.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/icq/gaim_icq.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- gaim_icq.c 25 Aug 2002 10:51:23 -0000 1.25 +++ gaim_icq.c 29 Aug 2002 01:47:14 -0000 1.26 @@ -376,7 +376,7 @@ icq_KeepAlive(id->link); } -static void icq_add_buddy(struct gaim_connection *gc, char *who) { +static void icq_add_buddy(struct gaim_connection *gc, const char *who) { struct icq_data *id = (struct icq_data *)gc->proto_data; icq_ContactAdd(id->link, atol(who)); icq_ContactSetVis(id->link, atol(who), TRUE); |