mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dthelp: Resolve pointer-to-int warning
This commit is contained in:
parent
c98e82a401
commit
7b32acd1ff
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ static char ident6[]="@(#) (c) Copyright 1993, 1994 Unix System Labs, Inc., a su
|
|||
if (termp - term > 1 && *(termp-1) == ' ') {
|
||||
*(termp-1) = M_EOS;
|
||||
}
|
||||
if (!(lastTermId = (int) m_lookfortrie(term, >ree)))
|
||||
if (!(lastTermId = (intptr_t) m_lookfortrie(term, >ree)))
|
||||
{
|
||||
lastTermId = NextId();
|
||||
m_ntrtrie(term, >ree, (void *) -lastTermId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue