CString -> RString
This commit is contained in:
@@ -501,7 +501,7 @@ bool test_file( const TestFile &tf, int filters )
|
||||
const char *fn = tf.fn;
|
||||
|
||||
LOG->Trace("Testing: %s", fn );
|
||||
CString error;
|
||||
RString error;
|
||||
SoundReader *s = SoundReader_FileReader::OpenFile( fn, error );
|
||||
s = ApplyFilters( s, filters );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user