ifix warning
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1727 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
e43560a7ea
commit
5ed3ebc4b3
@ -239,7 +239,7 @@ LookupWideAtom(wchar_t *atom)
|
||||
#if defined(YAPOR) || defined(THREADS)
|
||||
if (a != WideHashChain[hash].Entry) {
|
||||
a = WideHashChain[hash].Entry;
|
||||
na = SearchWideAtom((unsigned char *)atom, a);
|
||||
na = SearchWideAtom(atom, a);
|
||||
if (na != NIL) {
|
||||
WRITE_UNLOCK(WideHashChain[hash].AERWLock);
|
||||
return na;
|
||||
|
Reference in New Issue
Block a user