predictivesearch/PcsUtils/src/CPcsDebug.cpp
branchRCL_3
changeset 13 a6539d1e8e43
parent 6 e8e3147d53eb
--- 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() );
     }
 }