Commit 1931f2f5 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401543
parent 0e4c01c3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment