From 45c8730d2c11947a0f4672d39867771e73cd3a98 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 11 Oct 2019 21:19:51 +0530 Subject: [PATCH] Fix build break --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index dc5544f1..78e4029a 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4674,7 +4674,7 @@ nochange: static void check_key_collision(void) { int key; - uint i = 0; + ulong i = 0; bool bitmap[KEY_MAX] = {FALSE}; for (; i < sizeof(bindings) / sizeof(struct key); ++i) {