summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-04-13 23:50:49 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-04-13 23:50:49 +0100
commitf877c388fea0e794f663d62e3508c5d11832601e (patch)
tree9d8498c2d2cef970075fd1f19d74796d74958f8c /src/input_handler.cc
parent54dfd8605aa93d3d1193cbea74df287a7d1f8146 (diff)
Fix mistake in input_handler.cc
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 7732f336..0edc9a1a 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1402,7 +1402,7 @@ void InputHandler::handle_key(Key key)
{
write_to_debug_buffer("Macro recording started but not finished");
m_recording_reg = 0;
- m_handle_key_level = -1;
+ m_recording_level = -1;
}
}
}