Skip to content

Commit

Permalink
Patched to compile on Haiku.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 28, 2016
1 parent 2da1ec8 commit 714aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/haiku/SDL_haikuaudio.cc
Expand Up @@ -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);
Expand Down

0 comments on commit 714aa21

Please sign in to comment.