From: Eric W. <war...@us...> - 2001-10-17 20:24:14
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv10219/protocols/toc Modified Files: toc.c Log Message: hi Index: toc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- toc.c 2001/10/16 23:24:35 1.27 +++ toc.c 2001/10/17 20:24:11 1.28 @@ -596,7 +596,7 @@ } } else if (!strcasecmp(c, "CONFIG")) { c = strtok(NULL, ":"); - parse_toc_buddy_list(gc, c, 0); + parse_toc_buddy_list(gc, c); } else if (!strcasecmp(c, "NICK")) { /* ignore NICK so that things get imported/exported properly c = strtok(NULL, ":"); |