mirror of
https://github.com/jarun/nnn.git
synced 2025-04-02 11:36:33 +00:00
Use correct data type for key collision detection
This commit is contained in:
parent
340ba19098
commit
f56a8caf65
1 changed files with 1 additions and 1 deletions
|
@ -8102,7 +8102,7 @@ malloc_1:
|
|||
|
||||
static void check_key_collision(void)
|
||||
{
|
||||
int key;
|
||||
wint_t key;
|
||||
bool bitmap[KEY_MAX] = {FALSE};
|
||||
|
||||
for (ullong_t i = 0; i < ELEMENTS(bindings); ++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue