From 53c14f86c90a330a301b1b890f91574644047c75 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 22:41:37 +0200 Subject: fix typo in prev. commit --- libs/ardour/plugin_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/plugin_manager.cc') diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc index 72ee2745a4..9ffab34a18 100644 --- a/libs/ardour/plugin_manager.cc +++ b/libs/ardour/plugin_manager.cc @@ -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 (), bl, NULL, NULL)) { + if (g_file_get_contents(fn.c_str (), &bl, NULL, NULL)) { PBD::info << _("VST Blacklist:") << "\n" << bl << "-----" << endmsg; g_free (bl); } -- cgit v1.2.3