convergedcallengine/spsettings/src/spsbufferedpublisher.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/convergedcallengine/spsettings/src/spsbufferedpublisher.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/convergedcallengine/spsettings/src/spsbufferedpublisher.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -142,7 +142,7 @@
         }
     
     // Start reading
-    while( lastModified != iIndex )
+    while( lastModified != iIndex ) 
         {
         iIndex++;
         
@@ -151,8 +151,7 @@
             // Skip index if real index is same as KRealGlobalIndex
             iIndex++;
             }
-
-        aData.Append( At(data, iIndex) );
+        aData.AppendL( At(data, iIndex) );
         }
 
     }