fix
This commit is contained in:
parent
ed50d4daba
commit
e22c9d42da
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ int load_elements(hashmap *m, char *table, int use_inv) {
|
||||||
|
|
||||||
char *res = (char *)result;
|
char *res = (char *)result;
|
||||||
|
|
||||||
if (res != 0 && strcmp(res, combo) == 0)
|
if (res != 0)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue