Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 15, 2006
1 parent 41da7c0 commit 7fd19a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/disk/SDL_diskaudio.c
Expand Up @@ -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
Expand Down

0 comments on commit 7fd19a6

Please sign in to comment.