mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 16:47:18 -05:00
*** empty log message ***
This commit is contained in:
parent
4343a58138
commit
03a8f8b159
|
|
@ -133,7 +133,7 @@ static void DISKAUD_PlayAudio(_THIS)
|
|||
this->hidden->mixlen);
|
||||
|
||||
/* If we couldn't write, assume fatal error for now */
|
||||
if ( written != this->hidden->mixlen ) {
|
||||
if ( (Uint32)written != this->hidden->mixlen ) {
|
||||
this->enabled = 0;
|
||||
}
|
||||
#ifdef DEBUG_AUDIO
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user