# HG changeset patch # User Eric Warmenhoven # Date 997123973 0 # Node ID bc79be34eb730f8c972e4bcb3519a2fb83f156e1 # Parent c305a43d60c71f54c3ce22d5e1605fe8cf2df1b1 [gaim-migrate @ 2138] this has bothered me for a while. committer: Tailor Script diff -r c305a43d60c7 -r bc79be34eb73 src/protocols/toc/toc.c --- 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