aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/n3.c')
-rw-r--r--src/n3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/n3.c b/src/n3.c
index 7e913d8b..6d4210b4 100644
--- a/src/n3.c
+++ b/src/n3.c
@@ -1198,6 +1198,7 @@ read_block(SerdReader* const reader, ReadContext* const ctx)
}
ctx->graph = token;
+ (*ctx->flags) |= (s_type == '[' ? SERD_EMPTY_G : 0u);
return read_wrappedGraph(reader, ctx);
}