aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodes.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-11 01:28:39 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commit56cceb103dc633d6af957472945e792187a5dd4e (patch)
tree154a7b228f4f2bfda422d16feb9863d8a6d6992a /src/nodes.c
parenteb804125430e3445e85c423b28e1c41346772ed0 (diff)
downloadserd-56cceb103dc633d6af957472945e792187a5dd4e.tar.gz
serd-56cceb103dc633d6af957472945e792187a5dd4e.tar.bz2
serd-56cceb103dc633d6af957472945e792187a5dd4e.zip
Update zix and make it a proper subproject
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 b821c004..529af688 100644
--- a/src/nodes.c
+++ b/src/nodes.c
@@ -202,7 +202,7 @@ serd_nodes_new(void)
{
SerdNodes* const nodes = (SerdNodes*)calloc(1, sizeof(SerdNodes));
- nodes->hash = zix_hash_new(nodes_key, nodes_hash, nodes_equal);
+ nodes->hash = zix_hash_new(NULL, nodes_key, nodes_hash, nodes_equal);
return nodes;
}