13
0

fix LV2 locale guard (missed in 6d343ba search/replace)

This commit is contained in:
Robin Gareus 2016-05-07 15:38:17 +02:00
parent a6e4494482
commit 2066afe28c

View File

@ -1806,7 +1806,7 @@ LV2Plugin::set_state(const XMLNode& node, int version)
const char* sym;
const char* value;
uint32_t port_id;
LocaleGuard lg ();
LocaleGuard lg;
if (node.name() != state_node_name()) {
error << _("Bad node sent to LV2Plugin::set_state") << endmsg;