This commit is contained in:
biglyderv 2025-04-02 20:37:18 -04:00
parent ed50d4daba
commit e22c9d42da
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -50,7 +50,7 @@ int load_elements(hashmap *m, char *table, int use_inv) {
char *res = (char *)result;
if (res != 0 && strcmp(res, combo) == 0)
if (res != 0)
continue;
}