Changed: #853 Compilation on 64-bits platforms
This commit is contained in:
parent
2992b70c4c
commit
479357475a
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