changeset 1497:900601b954f2

Fix incorrect path variable!
author Chris Cannam
date Mon, 13 Aug 2018 15:37:16 +0100
parents 6965c83c8fa7
children 850bc66d6a70
files plugin/LADSPAPluginFactory.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/LADSPAPluginFactory.cpp	Mon Aug 13 11:43:38 2018 +0100
+++ b/plugin/LADSPAPluginFactory.cpp	Mon Aug 13 15:37:16 2018 +0100
@@ -569,7 +569,7 @@
     std::vector<QString> pathList;
     string path;
 
-    (void)getEnvUtf8("DSSI_PATH", path);
+    (void)getEnvUtf8("LADSPA_PATH", path);
 
     if (path == "") {