From b590c510015db3b3ff8201c557c51c38d26c9982 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Mar 2022 18:23:35 -0500 Subject: fixup! WIP: Port to serd1 --- test/lilv_test_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lilv_test_utils.c') diff --git a/test/lilv_test_utils.c b/test/lilv_test_utils.c index 563da20..bb5622b 100644 --- a/test/lilv_test_utils.c +++ b/test/lilv_test_utils.c @@ -95,7 +95,7 @@ create_bundle(LilvTestEnv* env, } SerdNode* s = serd_new_file_uri( - NULL, SERD_STRING(env->test_bundle_path), SERD_EMPTY_STRING()); + NULL, serd_string(env->test_bundle_path), serd_empty_string()); env->test_bundle_uri = lilv_new_uri(env->world, serd_node_string(s)); env->test_manifest_path = -- cgit v1.2.1