From fe92dbd9f2ca6f913f7b23e82ff1b180119e3d9c Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Sat, 28 May 2011 20:38:53 +0200 Subject: [PATCH] + --- include/psyc/parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psyc/parse.h b/include/psyc/parse.h index 340eba6..919c1c1 100644 --- a/include/psyc/parse.h +++ b/include/psyc/parse.h @@ -290,7 +290,7 @@ void psyc_setParseFlags (psycParseState *state, uint8_t flags) if (flags & PSYC_PARSE_START_AT_CONTENT) state->part = PSYC_PART_CONTENT; else - state->part = 0; + state->part = PSYC_PART_ROUTING; }