* sound.c (Fplay_sound_internal): Remove cast to unsigned long.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 06:49:00 +0000 (23:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 06:49:00 +0000 (23:49 -0700)
commit96f53c6c3d6d31bc81187b5a5fdb3ec942cd6f51
tree739d32600e433069b546595b927a1adebdedde18
parent83c77d31ace0a54f6e0c0c384648f172f837c27b
* sound.c (Fplay_sound_internal): Remove cast to unsigned long.

It's more likely to cause problems (due to unsigned overflow)
than to cure them.
src/ChangeLog
src/sound.c