diff -r 4ae315f230bc -r a6539d1e8e43 predictivesearch/PcsUtils/src/CPcsDebug.cpp --- a/predictivesearch/PcsUtils/src/CPcsDebug.cpp Tue May 25 12:26:45 2010 +0300 +++ b/predictivesearch/PcsUtils/src/CPcsDebug.cpp Wed Jun 09 09:26:27 2010 +0300 @@ -239,7 +239,8 @@ { for ( TInt i = 0; i < aMatchSet.Count(); i++ ) { - PRINT4 ( _L("%SMatchSet[%d]=%S, Length=%d"), &aPreTxt, i, &aMatchSet[i], aMatchSet[i].Length() ); + TPtrC16 ptr = aMatchSet.MdcaPoint(i); + PRINT4 ( _L("%SMatchSet[%d]=%S, Length=%d"), &aPreTxt, i, &ptr, aMatchSet[i].Length() ); } }