From 3dc7728038860bda6eb4b0de1f4a3e14ec9e86cc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 May 2016 21:49:56 +0200 Subject: we always only use the "C" locale when saving. --- libs/ardour/region.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/region.cc') diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index bcc63af9d6..28cb9f0766 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -1158,7 +1158,7 @@ Region::state () XMLNode *node = new XMLNode ("Region"); char buf[64]; char buf2[64]; - LocaleGuard lg (X_("C")); + LocaleGuard lg (); const char* fe = NULL; /* custom version of 'add_properties (*node);' -- cgit v1.2.3