On Tue, Aug 06, 2002 at 07:48:29PM +0100, Jim Hawkins wrote:
> In the key_events section:
>
> case MP_CMD_MUTE: {
> mixer_mute();
> }
> ^^^^^^
> There's a break missing here, which causes mplayer to crash when you
> try to mute it.
Just fixed by Arpi in CVS. Thanks for pointing this one out.
Diego