From bc6ec1989b312673bf31e562af96f1116e000b00 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 27 Feb 2005 20:08:31 +0000 Subject: [PATCH] wrong format string descriptor --- symbian/src/symdict.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbian/src/symdict.cpp b/symbian/src/symdict.cpp index 2a9050b2e..e4bf2c187 100644 --- a/symbian/src/symdict.cpp +++ b/symbian/src/symdict.cpp @@ -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...)