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/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/failed_lib_descriptor.lv2') diff --git a/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c b/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c index 5f7329f..194d3b4 100644 --- a/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c +++ b/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c @@ -25,7 +25,7 @@ main(int argc, char** argv) // Load test plugin bundle char* abs_bundle = lilv_path_absolute(bundle_path); SerdNode* bundle = - serd_new_file_uri(NULL, SERD_STRING(abs_bundle), SERD_EMPTY_STRING()); + serd_new_file_uri(NULL, serd_string(abs_bundle), serd_empty_string()); lilv_world_load_bundle(world, bundle); free(abs_bundle); -- cgit v1.2.1