windows warning--

this commit brought to you by VRC: Vtorri Remote Commits


SVN revision: 75190
This commit is contained in:
Mike Blumenkrantz 2012-08-13 07:53:24 +00:00
parent ce9a78d790
commit 8e4c27cbf7
1 changed files with 1 additions and 1 deletions

View File

@ -1970,7 +1970,7 @@ eet_data_descriptor_element_add(Eet_Data_Descriptor *edd,
}
else if ((offset + sizeof (void*)) > (unsigned int) edd->size)
{
CRIT("Preventing later buffer overrun : offset = %i, estimated size = %lu in a structure of %i bytes", offset, sizeof (void*), edd->size);
CRIT("Preventing later buffer overrun : offset = %i, estimated size = %zu in a structure of %i bytes", offset, sizeof (void*), edd->size);
return ;
}