mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
input: parse_key_binding_for_action: repair LOG_DBG statement
This commit is contained in:
parent
fc7b3b2d85
commit
f78a8a77ed
1 changed files with 1 additions and 1 deletions
2
input.c
2
input.c
|
|
@ -125,7 +125,7 @@ parse_key_binding_for_action(
|
|||
}
|
||||
}
|
||||
|
||||
LOG_DBG("action=%zu: mods=0x%08x, sym=%d", i, mod_mask, sym);
|
||||
LOG_DBG("action=%u: mods=0x%08x, sym=%d", action, mod_mask, sym);
|
||||
|
||||
assert(sym != 0);
|
||||
if (bindings != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue