mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 00:35:18 -05:00
*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user