Update of /cvsroot/audacity/lib-src/portsmf
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31905
Added Files:
unsigned-const-casts.patch
Log Message:
Add another patch we have stacked up pending upstream
--- NEW FILE: unsigned-const-casts.patch ---
--- audacity-src-1.3.6/lib-src/portsmf/allegrord.cpp-orig 2009-01-07
12:52:34.939330000 -0600
+++ audacity-src-1.3.6/lib-src/portsmf/allegrord.cpp 2009-01-07
12:56:25.158766000 -0600
@@ -262,7 +262,7 @@ bool Alg_reader::parse()
parse_error(field, 0, "Dur specified twice");
} else {
// prepend 'U' to field, copy EOS too
- field.insert(0, 1, 'U');
+ field.insert((unsigned int)0, 1, 'U');
dur = parse_dur(field, time);
dur_flag = true;
}
@@ -271,7 +271,7 @@ bool Alg_reader::parse()
parse_error(field, 0, "Pitch specified twice");
} else {
// prepend 'P' to field
- field.insert(0, 1, 'P');
+ field.insert((unsigned int)0, 1, 'P');
new_pitch = parse_pitch(field);
new_pitch_flag = true;
}
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs