From 763a7c8161a34343e10c1c5cc0e01d1727cfe9d3 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 27 Feb 2015 11:14:48 -0600 Subject: potential fix for the_CLA reported problem: v2 fader values are lost if you are using a non-US locale --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour') 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; -- cgit v1.2.3