summaryrefslogtreecommitdiffstats
path: root/test/missing_port.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-13 12:46:05 -0400
committerDavid Robillard <d@drobilla.net>2021-08-13 12:46:05 -0400
commit6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7 (patch)
tree0d3ae8a9a384fed74317828843b290e762448e76 /test/missing_port.lv2
parentb72238c97fe2e3c9db550af7d4b22d41c8350eaf (diff)
downloadlilv-6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7.tar.gz
lilv-6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7.tar.bz2
lilv-6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7.zip
fixup! WIP: Port to serd1
Diffstat (limited to 'test/missing_port.lv2')
-rw-r--r--test/missing_port.lv2/test_missing_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/missing_port.lv2/test_missing_port.c b/test/missing_port.lv2/test_missing_port.c
index c752399..05430cb 100644
--- a/test/missing_port.lv2/test_missing_port.c
+++ b/test/missing_port.lv2/test_missing_port.c
@@ -24,7 +24,7 @@ main(int argc, char** argv)
// Load test plugin bundle
char* const abs_bundle = lilv_path_absolute(bundle_path);
- const SerdStringView abs_bundle_view = SERD_MEASURE_STRING(abs_bundle);
+ const SerdStringView abs_bundle_view = SERD_STRING(abs_bundle);
SerdNode* bundle = serd_new_file_uri(abs_bundle_view, SERD_EMPTY_STRING());
lilv_world_load_bundle(world, bundle);
free(abs_bundle);