meant '==', not '='

This commit is contained in:
ehouse 2003-12-12 10:24:06 +00:00
parent a73f140c55
commit 9550b84236

View file

@ -140,7 +140,7 @@ palm_dictionary_make( MPFORMAL XP_UCHAR* dictName, PalmDictList* dl )
#ifdef NODE_CAN_4
if ( headerRecP->flags == 0x0002 ) {
XP_ASSERT( nodeSize = 3 );
XP_ASSERT( nodeSize == 3 );
} else if ( headerRecP->flags == 0x0003 ) {
nodeSize = 4;
} else {