]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix build break
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 11 Oct 2019 15:49:51 +0000 (21:19 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 11 Oct 2019 15:49:51 +0000 (21:19 +0530)
src/nnn.c

index dc5544f128ac188443275e1f111ac14bd52ceaf3..78e4029a5b81d21d7f1815dbcd3379a3ca84c924 100644 (file)
--- 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) {