diff options
Diffstat (limited to 'src/reader.c')
-rw-r--r-- | src/reader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reader.c b/src/reader.c index b35f257a..714bde61 100644 --- a/src/reader.c +++ b/src/reader.c @@ -126,7 +126,7 @@ emit_statement(SerdReader* reader, ReadContext ctx, SerdNode* o) *ctx.flags, &statement); - *ctx.flags &= SERD_ANON_CONT|SERD_LIST_CONT; // Preserve only cont flags + *ctx.flags = 0; return st; } |