aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/writer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/writer.c b/src/writer.c
index 9aab4b55..03ba9781 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -512,7 +512,7 @@ serd_writer_write_statement(SerdWriter* writer,
object_datatype, object_lang)) {
// Reached end of list
if (--writer->list_depth == 0 && writer->list_subj.type) {
- reset_context(writer, false);
+ reset_context(writer, true);
writer->context.subject = writer->list_subj;
writer->list_subj = SERD_NODE_NULL;
}
@@ -560,7 +560,7 @@ serd_writer_write_statement(SerdWriter* writer,
++writer->indent;
}
- reset_context(writer, false);
+ reset_context(writer, true);
copy_node(&writer->context.subject, subject);
serd_writer_write_predicate(writer, flags, predicate);