mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +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,
|
creatorSought,
|
||||||
false,// onlyLatestVers,
|
false,// onlyLatestVers,
|
||||||
&cardNo, &dbID );
|
&cardNo, &dbID );
|
||||||
if ( err != 0 ) {
|
if ( err != errNone ) {
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
XP_UCHAR nameBuf[33];
|
XP_UCHAR nameBuf[33];
|
||||||
|
|
Loading…
Reference in a new issue