fix typo
This commit is contained in:
parent
2397429e99
commit
168212b864
@ -268,7 +268,7 @@ PluginManager::refresh (bool cache_only)
|
||||
string fn = Glib::build_filename (ARDOUR::user_cache_directory(), VST_BLACKLIST);
|
||||
if (Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
||||
gchar *bl = NULL;
|
||||
if (g_file_get_contents(fn.c_str (), contents, NULL, NULL)) {
|
||||
if (g_file_get_contents(fn.c_str (), bl, NULL, NULL)) {
|
||||
PBD::info << _("VST Blacklist:") << "\n" << bl << "-----" << endmsg;
|
||||
g_free (bl);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user