mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
+
This commit is contained in:
parent
20daced691
commit
7e64a5e53f
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ void psyc_setParseFlags (psycParseState *state, uint8_t flags)
|
||||||
if (flags & PSYC_PARSE_START_AT_CONTENT)
|
if (flags & PSYC_PARSE_START_AT_CONTENT)
|
||||||
state->part = PSYC_PART_CONTENT;
|
state->part = PSYC_PART_CONTENT;
|
||||||
else
|
else
|
||||||
state->part = 0;
|
state->part = PSYC_PART_ROUTING;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue