diff -r 748ec5531811 -r 336bee5c2d35 fontservices/fontstore/tfs/T_FontBitmap.CPP --- a/fontservices/fontstore/tfs/T_FontBitmap.CPP Tue Aug 31 17:01:26 2010 +0300 +++ b/fontservices/fontstore/tfs/T_FontBitmap.CPP Wed Sep 01 12:39:40 2010 +0100 @@ -217,7 +217,6 @@ INFO_PRINTF2(_L("Profit=%d bytes\r\n"), alloc_size_old - alloc_size_new); for(TInt j=0;j<256;j++) { - INFO_PRINTF2(_L("Char code %d"),j); const TUint8* bytes_new = NULL; const TUint8* bytes_old = NULL; TBitmapFontCharacterMetrics metrics_new; @@ -247,6 +246,7 @@ } } } + INFO_PRINTF1(_L("")); CleanupStack::PopAndDestroy(2); //font_new & font_old } CleanupStack::PopAndDestroy(5); //fontstorefile & stream - old & new + fontstorefile_C