*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401543
This commit is contained in:
Sam Lantinga 2006-03-15 04:29:35 +00:00
parent 0e4c01c332
commit 1931f2f581

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