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