diff options
Diffstat (limited to 'src/pluginlist.c')
-rw-r--r-- | src/pluginlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.c b/src/pluginlist.c index e379c7a..45d71f9 100644 --- a/src/pluginlist.c +++ b/src/pluginlist.c @@ -55,7 +55,7 @@ slv2_list_load_all(SLV2List list) { assert(list != NULL); - const char* slv2_path = getenv("LV2_PATH"); + char* slv2_path = getenv("LV2_PATH"); if (slv2_path) { slv2_list_load_path(list, slv2_path); |