Fixed: #943 Compiling under Debian 5 (linux) 64bit

This commit is contained in:
kervala 2010-06-17 22:48:09 +02:00
parent 1edbca9edf
commit 42d1e75b18

View file

@ -160,7 +160,7 @@ void CStateInstance::dumpVarsAndFunctions(CStringWriter& sw) const
sw.append("context variables:");
FOREACHC(varIt, TCtxLogicVarList, _CtxLogicVar)
sw.append(" "+CStringMapper::unmap(varIt->first)+" = "+(int)(size_t)(void*)varIt->second);
sw.append(" "+CStringMapper::unmap(varIt->first)+" = "+NLMISC::toStringPtr(varIt->second));
sw.append("callBacks:");
FOREACHC(varIt, TCallBackList, _CallBacks)