Added utils/Makefile.in for utils makefiles
Changed some name in wxMMedia2 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,7 +168,7 @@ bool wxSoundFileStream::Record(unsigned long time)
|
||||
if (!PrepareToRecord(time))
|
||||
return FALSE;
|
||||
|
||||
m_len = m_sndformat->GetByteFromTime(time);
|
||||
m_len = m_sndformat->GetBytesFromTime(time);
|
||||
|
||||
if (!StartProduction(wxSOUND_INPUT))
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user