From 88128ad8542d2fc95f019ccd8d1c899f2603fa5c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Jul 2006 17:52:23 +0000 Subject: Fixed type mismatch git-svn-id: http://svn.drobilla.net/lad/libslv2@103 a436a847-0d15-0410-975c-d299462d15a1 --- src/pluginlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1