X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/83c77d31ace0a54f6e0c0c384648f172f837c27b..96f53c6c3d6d31bc81187b5a5fdb3ec942cd6f51:/src/sound.c diff --git a/src/sound.c b/src/sound.c index 794c8e64e5..0e71e66352 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1447,7 +1447,7 @@ Internal use only, use `play-sound' instead. */) } else if (FLOATP (attrs[SOUND_VOLUME])) { - ui_volume_tmp = (unsigned long) XFLOAT_DATA (attrs[SOUND_VOLUME]) * 100; + ui_volume_tmp = XFLOAT_DATA (attrs[SOUND_VOLUME]) * 100; } /* Based on some experiments I have conducted, a value of 100 or less