Code

Fix set_keymap to error when resolving an unknown keymap
authorJonas Fonseca <fonseca@diku.dk>
Thu, 22 Apr 2010 01:53:56 +0000 (21:53 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Thu, 22 Apr 2010 01:57:56 +0000 (21:57 -0400)
commitaa6d1129b336af4f95636bac0b3d857c4c698179
tree3312d65ee6240fa9afcd880667b509c0b88b0177
parentaf1bb582742ee329013278c8e05f6753ef43e49f
Fix set_keymap to error when resolving an unknown keymap

The underlying interface was changed in commit f50084da to return
TRUE/FALSE instead of OK/ERR, but the only usage of set_keymap was not
updated. This lead to a potential segmentation fault.

Reported by Simon Ruderich.
NEWS
tig.c