Changed: #853 Compilation on 64-bits platforms

hg/feature/sound
kervala 15 years ago
parent b7585a6dfd
commit bac9d3f6ff

@ -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…
Cancel
Save