XFLAIM. Changes to remove 1-byte packing (zp1) flags from build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@988 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -6201,9 +6201,12 @@ RCODE ftkTestBTree( void)
|
||||
goto Exit;
|
||||
}
|
||||
}
|
||||
|
||||
f_assert( uiKeyLen == sizeof( ucKey));
|
||||
f_assert( ui32Loop == f_bigEndianToUINT32( ucKey));
|
||||
|
||||
if( uiKeyLen != sizeof( ucKey) || ui32Loop != f_bigEndianToUINT32( ucKey))
|
||||
{
|
||||
rc = RC_SET_AND_ASSERT( NE_FLM_FAILURE);
|
||||
goto Exit;
|
||||
}
|
||||
}
|
||||
|
||||
Exit:
|
||||
|
||||
Reference in New Issue
Block a user