Patched to compile on Haiku.
This commit is contained in:
parent
b8e34b3fa1
commit
f8548a263b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ HAIKUAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
|
|||
if (_this->hidden == NULL) {
|
||||
return SDL_OutOfMemory();
|
||||
}
|
||||
SDL_zerop(this->hidden);
|
||||
SDL_zerop(_this->hidden);
|
||||
|
||||
/* Parse the audio format and fill the Be raw audio format */
|
||||
SDL_zero(format);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue