make ARDOUR::AutomationList state management full locale-independent
git-svn-id: svn://localhost/ardour2/branches/3.0@12553 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
969f45876c
commit
ab9a1eb348
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user