This commit is contained in:
tg(x) 2011-05-28 20:38:53 +02:00
parent 569f6724af
commit fe92dbd9f2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}