mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
meant '==', not '='
This commit is contained in:
parent
3655cd1b4d
commit
213ae843ed
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…
Reference in a new issue