aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index f03dc01..2b64656 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -458,7 +458,7 @@ bool Keys::addBinding(const string &linebuffer) {
458 } else if (extractKeyFromString(arg, "move", key)) { 458 } else if (extractKeyFromString(arg, "move", key)) {
459 type = MotionNotify; 459 type = MotionNotify;
460 460
461 } else if (key = FbTk::KeyUtil::getKey(val[argc].c_str())) { // convert from string symbol 461 } else if ((key = FbTk::KeyUtil::getKey(val[argc].c_str()))) { // convert from string symbol
462 type = KeyPress; 462 type = KeyPress;
463 463
464 // keycode covers the following three two-byte cases: 464 // keycode covers the following three two-byte cases: