Mercurial > mplayer.hg
changeset 31318:2211cc2fb0c3
100l, add missing 0-termination of keymap file.
Fixes bug #1711.
author | reimar |
---|---|
date | Sun, 13 Jun 2010 13:40:18 +0000 |
parents | afa2737707e6 |
children | 14bbe725b50e |
files | libvo/sdl_common.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/sdl_common.c Sun Jun 13 12:08:00 2010 +0000 +++ b/libvo/sdl_common.c Sun Jun 13 13:40:18 2010 +0000 @@ -111,6 +111,7 @@ {SDLK_KP6, KEY_KP6}, {SDLK_KP7, KEY_KP7}, {SDLK_KP8, KEY_KP8}, {SDLK_KP9, KEY_KP9}, {SDLK_KP_PERIOD, KEY_KPDEC}, {SDLK_KP_ENTER, KEY_KPENTER}, + {0, 0} }; int sdl_default_handle_event(SDL_Event *event)