aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes.c')
-rw-r--r--src/nodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes.c b/src/nodes.c
index 51f354bb..885731cc 100644
--- a/src/nodes.c
+++ b/src/nodes.c
@@ -174,7 +174,7 @@ serd_nodes_uri(SerdNodes* const nodes, const SerdStringView string)
const SerdNode*
serd_nodes_blank(SerdNodes* const nodes, const SerdStringView string)
{
- return serd_nodes_manage(nodes, serd_new_blank(string));
+ return serd_nodes_manage(nodes, serd_new_token(SERD_BLANK, string));
}
void