From: Robin Gareus Date: Mon, 5 Oct 2015 20:41:37 +0000 (+0200) Subject: fix typo in prev. commit X-Git-Tag: 4.3~107 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=53c14f86c90a330a301b1b890f91574644047c75;p=ardour.git fix typo in prev. commit --- 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); }