From: Grant Hollingworth Date: Mon, 28 Apr 2008 15:26:16 +0000 (-0400) Subject: parenthesized argument to quell warning X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=34836b81834c5ce7128e8c9e81c3e86409afb00b;p=sup parenthesized argument to quell warning --- diff --git a/lib/sup/keymap.rb b/lib/sup/keymap.rb index 080e11d..76c7139 100644 --- a/lib/sup/keymap.rb +++ b/lib/sup/keymap.rb @@ -46,7 +46,7 @@ class Keymap when :tab: "tab" when " ": "" else - Curses::keyname(keysym_to_keycode k) + Curses::keyname(keysym_to_keycode(k)) end end