mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
use symbolic constant
This commit is contained in:
parent
d0bfff0d46
commit
513c15eb4f
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