aboutsummaryrefslogtreecommitdiffstats
path: root/src/read_trig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/read_trig.c')
-rw-r--r--src/read_trig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/read_trig.c b/src/read_trig.c
index d710eaeb..e3d7a7e9 100644
--- a/src/read_trig.c
+++ b/src/read_trig.c
@@ -128,6 +128,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);
}