diff --git a/libs/ardour/rc_configuration.cc b/libs/ardour/rc_configuration.cc index 100e73678d..ebe5501070 100644 --- a/libs/ardour/rc_configuration.cc +++ b/libs/ardour/rc_configuration.cc @@ -220,6 +220,7 @@ RCConfiguration::set_state (const XMLNode& root, int version) XMLNodeList nlist = root.children(); XMLNodeConstIterator niter; XMLNode *node; + LocaleGuard lg; Stateful::save_extra_xml (root);