aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/uris.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eg-sampler.lv2/uris.h')
-rw-r--r--plugins/eg-sampler.lv2/uris.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/uris.h b/plugins/eg-sampler.lv2/uris.h
index 0d04754..9372418 100644
--- a/plugins/eg-sampler.lv2/uris.h
+++ b/plugins/eg-sampler.lv2/uris.h
@@ -88,7 +88,7 @@ write_set_file(LV2_Atom_Forge* forge,
lv2_atom_forge_blank(forge, &body_frame, 2, 0);
lv2_atom_forge_property_head(forge, uris->eg_file, 0);
- lv2_atom_forge_path(forge, (const uint8_t*)filename, filename_len);
+ lv2_atom_forge_path(forge, filename, filename_len);
lv2_atom_forge_pop(forge, &body_frame);
lv2_atom_forge_pop(forge, &set_frame);