After 8023b582 there is no more SizeOfIptrData macro

Aleksander Alekseev
This commit is contained in:
Christoph Berg 2016-10-14 11:14:50 +02:00
parent 67f438986f
commit 40ea60cf06

View File

@ -991,7 +991,7 @@ FormatItem(unsigned int numBytes, unsigned int startIndex,
if (formatAs == ITEM_INDEX)
{
/* It is an IndexTuple item, so dump the index header */
if (numBytes < SizeOfIptrData)
if (numBytes < sizeof(ItemPointerData))
{
if (numBytes)
{