Mercurial > pidgin
diff src/protocols/toc/toc.c @ 2526:413a81136e3a
[gaim-migrate @ 2539]
hi
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 17 Oct 2001 20:24:11 +0000 |
| parents | e7478176e760 |
| children | 34812d648f72 |
line wrap: on
line diff
--- a/src/protocols/toc/toc.c Wed Oct 17 17:43:17 2001 +0000 +++ b/src/protocols/toc/toc.c Wed Oct 17 20:24:11 2001 +0000 @@ -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, ":");
