make ARDOUR::AutomationList state management full locale-independent
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 4 Jun 2012 15:22:24 +0000 (15:22 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 4 Jun 2012 15:22:24 +0000 (15:22 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12553 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/automation_list.cc

index 3c35dbb8fd14f3a2c13cdb4901ee7578e26284fe..54d838f6e286c87b72d3cf4e632f2ab4cb6e43f6 100644 (file)
@@ -381,6 +381,7 @@ AutomationList::deserialize_events (const XMLNode& node)
 int
 AutomationList::set_state (const XMLNode& node, int version)
 {
+       LocaleGuard lg (X_("POSIX"));
        XMLNodeList nlist = node.children();
        XMLNode* nsos;
        XMLNodeIterator niter;