*** empty log message ***

This commit is contained in:
Sam Lantinga 2006-03-15 04:29:35 +00:00
parent 4343a58138
commit 03a8f8b159

View File

@ -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