fix AU cache clear
This commit is contained in:
parent
07381f2de6
commit
8a1aeccc82
@ -438,7 +438,7 @@ PluginManager::clear_au_cache ()
|
||||
{
|
||||
#ifdef AUDIOUNIT_SUPPORT
|
||||
// AUPluginInfo::au_cache_path ()
|
||||
string fn = Glib::build_filename (ARDOUR::user_config_directory(), "au_cache");
|
||||
string fn = Glib::build_filename (ARDOUR::user_cache_directory(), "au_cache");
|
||||
if (Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
||||
::g_unlink(fn.c_str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user