we always only use the "C" locale when saving.
This commit is contained in:
@@ -226,7 +226,7 @@ MonitorProcessor::set_state (const XMLNode& node, int version)
|
||||
XMLNode&
|
||||
MonitorProcessor::state (bool full)
|
||||
{
|
||||
LocaleGuard lg (X_("C"));
|
||||
LocaleGuard lg ();
|
||||
XMLNode& node (Processor::state (full));
|
||||
char buf[64];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user