mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 11:42:17 +01:00
Use wxPrintf not printf
This commit is contained in:
@@ -344,7 +344,7 @@ int ODDecodeBlockFile::WriteODDecodeBlockFile()
|
||||
ret = mDecoder->Decode(sampleData, mFormat, mAliasStart, mLen, mAliasChannel);
|
||||
|
||||
if(ret < 0) {
|
||||
printf("ODDecodeBlockFile Decode failure\n");
|
||||
wxPrintf("ODDecodeBlockFile Decode failure\n");
|
||||
return ret; //failure
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user