Use correct data type for key collision detection

This commit is contained in:
Arun Prakash Jana 2022-08-23 19:00:45 +05:30
parent 340ba19098
commit f56a8caf65
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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) {