*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401543
This commit is contained in:
parent
0e4c01c332
commit
1931f2f581
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue