13
0

fix AU cache clear

This commit is contained in:
Robin Gareus 2016-04-22 17:31:08 +02:00
parent 07381f2de6
commit 8a1aeccc82

View File

@ -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());
}