diff options
Diffstat (limited to 'test/lib_descriptor.lv2/test_lib_descriptor.c')
-rw-r--r-- | test/lib_descriptor.lv2/test_lib_descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib_descriptor.lv2/test_lib_descriptor.c b/test/lib_descriptor.lv2/test_lib_descriptor.c index 650dd79..914986f 100644 --- a/test/lib_descriptor.lv2/test_lib_descriptor.c +++ b/test/lib_descriptor.lv2/test_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(SERD_MEASURE_STRING(abs_bundle), SERD_EMPTY_STRING()); + serd_new_file_uri(SERD_STRING(abs_bundle), SERD_EMPTY_STRING()); lilv_world_load_bundle(world, bundle); free(abs_bundle); serd_node_free(bundle); |