Make LXVST_PATH / LXVST_PLUGINS work (#4329).
authorCarl Hetherington <carl@carlh.net>
Wed, 21 Sep 2011 16:07:15 +0000 (16:07 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 21 Sep 2011 16:07:15 +0000 (16:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10106 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/plugin_manager.cc

index 6279140795bdac99a515b900f5b76a4eb4751a95..f7a46117a27e8fa5c717815f0b3a54198b4c5e36 100644 (file)
@@ -135,9 +135,9 @@ PluginManager::PluginManager ()
        }
 
        if ((s = getenv ("LXVST_PATH"))) {
-               vst_path = s;
+               lxvst_path = s;
        } else if ((s = getenv ("LXVST_PLUGINS"))) {
-               vst_path = s;
+               lxvst_path = s;
        }
 
        if (_manager == 0) {