Mercurial > pidgin
diff src/protocols/toc/toc.c @ 2128:bc79be34eb73
[gaim-migrate @ 2138]
this has bothered me for a while.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 06 Aug 2001 18:52:53 +0000 |
| parents | 56c4382f2909 |
| children | 50c7a704ee56 |
line wrap: on
line diff
--- a/src/protocols/toc/toc.c Mon Aug 06 18:28:44 2001 +0000 +++ b/src/protocols/toc/toc.c Mon Aug 06 18:52:53 2001 +0000 @@ -370,7 +370,7 @@ return; } /* we're supposed to check that it's really TOC v1 here but we know it is ;) */ - debug_printf("TOC version: %s\n", buf + sizeof(struct sflap_hdr) + 4); + debug_printf("TOC version: %s\n", buf + sizeof(struct sflap_hdr) + 8); /* we used to check for the CONFIG here, but we'll wait until we've sent our * version of the config and then the toc_init_done message. we'll come back to
