Mercurial > pidgin
changeset 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 | c305a43d60c7 |
children | 7b68621e26db |
files | src/protocols/toc/toc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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