summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/atom_to_rdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atom_to_rdf.c b/src/atom_to_rdf.c
index 045273e..f919f89 100644
--- a/src/atom_to_rdf.c
+++ b/src/atom_to_rdf.c
@@ -337,7 +337,7 @@ sratom_to_turtle(Sratom* sratom,
SERD_STYLE_ABBREVIATED|SERD_STYLE_RESOLVED|SERD_STYLE_CURIED,
env, &base_uri, string_sink, &str);
- sratom_write(sratom, 0, subject, predicate, type, size, body);
+ sratom_write(sratom, SERD_EMPTY_S, subject, predicate, type, size, body);
serd_writer_finish(sratom->writer);
string_sink("", 1, &str);