mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
wrong format string descriptor
This commit is contained in:
parent
c999d79616
commit
bc6ec1989b
1 changed files with 1 additions and 1 deletions
|
@ -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...)
|
||||
|
|
Loading…
Reference in a new issue