fixes for UTF-8

This commit is contained in:
Vitor Santos Costa
2017-09-18 10:17:01 +01:00
parent b24dc4893d
commit 53822922c8
2 changed files with 35 additions and 32 deletions

View File

@@ -224,7 +224,7 @@ Atom Yap_LookupAtomWithLength(const char *atom,
}
Atom Yap_LookupAtom(const char *atom) { /* lookup atom in atom table */
return LookupAtom((const unsigned char *)atom);
return LookupAtom((const unsigned char *)atom);
}
Atom Yap_ULookupAtom(