From 5d22cb998b77404136f418b3c17241adb54da97b Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 8 Oct 2004 01:03:43 +0000 Subject: [PATCH] use symbolic constant --- xwords4/palm/dictlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/palm/dictlist.c b/xwords4/palm/dictlist.c index a254d58a8..0e701cad4 100644 --- a/xwords4/palm/dictlist.c +++ b/xwords4/palm/dictlist.c @@ -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];