From 62481d1cd30c78b90747370b620b26f0dd8ebae8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Mar 2012 16:29:16 +0000 Subject: Improve documentation. Use char* for strings. --- plugins/eg-sampler.lv2/uris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/eg-sampler.lv2/uris.h') 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); -- cgit v1.2.1