mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
use C locale, because POSIX locale is not supported on windows, and operation is undefined. C works on all platforms
This commit is contained in:
parent
8900d7d9ea
commit
d2fa2450aa
25 changed files with 51 additions and 51 deletions
|
|
@ -224,7 +224,7 @@ MonitorProcessor::set_state (const XMLNode& node, int version)
|
|||
XMLNode&
|
||||
MonitorProcessor::state (bool full)
|
||||
{
|
||||
LocaleGuard lg (X_("POSIX"));
|
||||
LocaleGuard lg (X_("C"));
|
||||
XMLNode& node (Processor::state (full));
|
||||
char buf[64];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue