Author :
Ran Benita
Date :
2014-02-07 21:12:53
Hash :5547a82f Message :parser: fix unrecognized keysym handling
Integer may be negative, so also need to test >= 0.
Also, $$ was left uninitialized if the keysym wasn't recognized.
Signed-off-by: Ran Benita <ran234@gmail.com>