mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
we always only use the "C" locale when saving.
This commit is contained in:
parent
2624c0966b
commit
3dc7728038
33 changed files with 60 additions and 74 deletions
|
|
@ -463,7 +463,7 @@ GainMeterBase::gain_activated ()
|
|||
// if they use different LC_NUMERIC conventions,
|
||||
// we will honor them.
|
||||
|
||||
PBD::LocaleGuard lg ("");
|
||||
PBD::LocaleGuard lg ();
|
||||
if (sscanf (gain_display.get_text().c_str(), "%f", &f) != 1) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue