1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
Gabor Adam Toth 2011-05-28 20:38:53 +02:00
parent 20daced691
commit 7e64a5e53f

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