Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
1 deletions
-
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) { |
|
|
|