Mercurial > hg > xemacs-beta
diff src/sound.c @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | c33ae14dd6d0 |
line wrap: on
line diff
--- a/src/sound.c Mon Aug 13 11:35:05 2007 +0200 +++ b/src/sound.c Mon Aug 13 11:36:19 2007 +0200 @@ -334,7 +334,7 @@ /* #### ESD uses alarm(). But why should we also stop SIGIO? */ stop_interrupts (); - succes = esd_play_sound_data (soundext, soundextlen, vol); + succes = esd_play_sound_data ((unsigned char *) soundext, soundextlen, vol); start_interrupts (); QUIT; if(succes)