add locale-guard when saving engine states, also #6418
This commit is contained in:
parent
40c603c7e9
commit
364022a35a
@ -1537,6 +1537,8 @@ EngineControl::maybe_display_saved_state ()
|
||||
XMLNode&
|
||||
EngineControl::get_state ()
|
||||
{
|
||||
LocaleGuard lg (X_("C"));
|
||||
|
||||
XMLNode* root = new XMLNode ("AudioMIDISetup");
|
||||
std::string path;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user