typo in audio_provider_pcm

Originally committed to SVN as r2131.
This commit is contained in:
pstatic 2008-03-24 02:44:45 +00:00
parent 08910b5a9d
commit cbf7143b85
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ PCMAudioProvider::PCMAudioProvider(const wxString &filename)
#else
file_handle = open(filename.mb_str(wxConvFilename), O_RDONLY);
file_handle = open(filename.mb_str(*wxConvFileName), O_RDONLY);
if (file_handle == -1) {
throw _T("PCM audio provider: Could not open audio file for reading");