mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
new internal port type, round I, plus tiny fix for legalize_for_xml() (also for 2.0-ongoing)
git-svn-id: svn://localhost/ardour2/trunk@2559 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df28e90c67
commit
239ec39da6
18 changed files with 546 additions and 48 deletions
|
|
@ -1694,7 +1694,7 @@ static string
|
|||
legalize_for_xml_node (string str)
|
||||
{
|
||||
string::size_type pos;
|
||||
string legal_chars = "abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_+=:";
|
||||
string legal_chars = "abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_=:";
|
||||
string legal;
|
||||
|
||||
legal = str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue