Fix segfault in feh_event_handle_keypress for certain key inputs
Turns out that it is undefined behaviour to pass a value to isctype functions which does not fit inside a char. Closes #312
Loading
Please register or sign in to comment
Turns out that it is undefined behaviour to pass a value to isctype functions which does not fit inside a char. Closes #312