From e0b4767d2e2b1f1f60db72b49e72fea61040f966 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 16 Jul 2017 21:44:00 +0200 Subject: Fix loading bundles #7426 --- libs/ardour/user_bundle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/user_bundle.cc b/libs/ardour/user_bundle.cc index e9bd792be9..ee98f02858 100644 --- a/libs/ardour/user_bundle.cc +++ b/libs/ardour/user_bundle.cc @@ -60,7 +60,7 @@ ARDOUR::UserBundle::set_state (XMLNode const & node, int /*version*/) return -1; } - if ((*i)->get_property ("name", str)) { + if (!(*i)->get_property ("name", str)) { PBD::error << _("Node for Channel has no \"name\" property") << endmsg; return -1; } -- cgit v1.2.3