mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: #853 Compilation on 64-bits platforms
This commit is contained in:
parent
b7585a6dfd
commit
bac9d3f6ff
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ int requestTerminater (HTRequest * request, HTResponse * /* response */,
|
|||
// the parameter is actually an uint32
|
||||
if (param != 0)
|
||||
{
|
||||
CGroupHTML::TGroupHtmlByUIDMap::iterator it= CGroupHTML::_GroupHtmlByUID.find((uint32)param);
|
||||
CGroupHTML::TGroupHtmlByUIDMap::iterator it= CGroupHTML::_GroupHtmlByUID.find((uint32)(size_t)param);
|
||||
if(it!=CGroupHTML::_GroupHtmlByUID.end())
|
||||
{
|
||||
// get the pointer. NB: the refptr should not be NULL
|
||||
|
|
Loading…
Reference in a new issue