summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-02-27 11:14:48 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-02-27 11:31:55 -0600
commit763a7c8161a34343e10c1c5cc0e01d1727cfe9d3 (patch)
tree7d2333b1862f98ad4b5bef58ed65ca1f8f3f9a5c /libs/ardour
parentb11a18d226ba505c3f873f9bbf242fbb9391f42f (diff)
potential fix for the_CLA reported problem: v2 fader values are lost if you are using a non-US locale
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index b9acae45eb..ef46cd403e 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2324,6 +2324,7 @@ Route::set_state (const XMLNode& node, int version)
int
Route::set_state_2X (const XMLNode& node, int version)
{
+ LocaleGuard lg (X_("C"));
XMLNodeList nlist;
XMLNodeConstIterator niter;
XMLNode *child;