From 45c8730d2c11947a0f4672d39867771e73cd3a98 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 11 Oct 2019 21:19:51 +0530 Subject: 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 dc5544f..78e4029 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) { -- cgit v1.2.3-70-g09d2