C4Value::DenumeratePointer(): Print int with %d

not intptr_t
stable-5.1
Benjamin Herr 2010-03-22 22:27:00 +01:00
parent 78af421ad2
commit 6cb483bc4b
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ void C4Value::DenumeratePointer()
else
{
// object: invalid value - set to zero
LogF("ERROR: Object number %d is missing.", Data.Int);
LogF("ERROR: Object number %d is missing.", iObjID);
Set0();
}
}