summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_search_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ladspa_search_path.cc')
-rw-r--r--libs/ardour/ladspa_search_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ladspa_search_path.cc b/libs/ardour/ladspa_search_path.cc
index 769e5cd617..5ba7a17167 100644
--- a/libs/ardour/ladspa_search_path.cc
+++ b/libs/ardour/ladspa_search_path.cc
@@ -51,7 +51,7 @@ ladspa_search_path ()
#endif
#ifdef __APPLE__
- spath.push_back (expand_path ("~/Library/Audio/Plug-Ins/LADSPA"));
+ spath.push_back (path_expand ("~/Library/Audio/Plug-Ins/LADSPA"));
spath.push_back ("/Library/Audio/Plug-Ins/LADSPA");
#endif