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

hg/feature/sound
kervala 15 years ago
parent f2e43698ea
commit 982734fc81

@ -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)

Loading…
Cancel
Save