mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +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
|
|
@ -596,7 +596,7 @@ SVAModifier::from_string (string const & str)
|
|||
string
|
||||
SVAModifier::to_string () const
|
||||
{
|
||||
PBD::LocaleGuard lg ("C");
|
||||
PBD::LocaleGuard lg ();
|
||||
stringstream ss;
|
||||
|
||||
switch (type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue