From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant@antiflux.org (Grant Hollingworth) Date: Mon, 28 Apr 2008 11:26:16 -0400 Subject: [sup-talk] [PATCH] parenthesized argument to quell warning Message-ID: <1209396227-sup-5273@spooky.local> --- lib/sup/keymap.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.5.4.4