mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
use symbolic constant
This commit is contained in:
parent
4ce6751b42
commit
5d22cb998b
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ dictListMakePriv( MPFORMAL XP_U32 creatorSought, XP_U16 versSought )
|
|||
creatorSought,
|
||||
false,// onlyLatestVers,
|
||||
&cardNo, &dbID );
|
||||
if ( err != 0 ) {
|
||||
if ( err != errNone ) {
|
||||
break;
|
||||
} else {
|
||||
XP_UCHAR nameBuf[33];
|
||||
|
|
Loading…
Reference in a new issue