mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +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
|
#ifdef NODE_CAN_4
|
||||||
if ( headerRecP->flags == 0x0002 ) {
|
if ( headerRecP->flags == 0x0002 ) {
|
||||||
XP_ASSERT( nodeSize = 3 );
|
XP_ASSERT( nodeSize == 3 );
|
||||||
} else if ( headerRecP->flags == 0x0003 ) {
|
} else if ( headerRecP->flags == 0x0003 ) {
|
||||||
nodeSize = 4;
|
nodeSize = 4;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue