diff -r fa605a26b9ed -r 141188b2bdec 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