add locale-guard when saving engine states, also #6418

This commit is contained in:
Robin Gareus 2015-07-08 11:34:30 +02:00
parent 40c603c7e9
commit 364022a35a
1 changed files with 2 additions and 0 deletions

View File

@ -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;