mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
meant '==', not '='
This commit is contained in:
parent
a73f140c55
commit
9550b84236
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue