Skip to content

Commit

Permalink
fixed error message when loading of panner fails
Browse files Browse the repository at this point in the history
  • Loading branch information
SReichelt committed Apr 23, 2015
1 parent 88f9303 commit 3908596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ardour/panner_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ PannerManager::get_descriptor (string path)
PanPluginDescriptor* (*dfunc)(void);
void* func = 0;

if (!module) {
if (!(*module)) {
error << string_compose(_("PannerManager: cannot load module \"%1\" (%2)"), path,
Glib::Module::get_last_error()) << endmsg;
delete module;
Expand Down

0 comments on commit 3908596

Please sign in to comment.