wrong format string descriptor

This commit is contained in:
ehouse 2005-02-27 20:08:31 +00:00
parent c999d79616
commit bc6ec1989b

View file

@ -329,7 +329,7 @@ sym_dictionary_makeL( MPFORMAL const XP_UCHAR* aDictName )
# endif
if ( dawgSize > 0 ) {
XP_DEBUGF( "setting topEdge; offset = %ld", offset );
XP_DEBUGF( "setting topEdge; offset = %d", offset );
XP_U8* dictBuf = (XP_U8*)XP_MALLOC( mpool, dawgSize );
User::LeaveIfNull( dictBuf ); // will leak ctxt (PENDING...)