diff -r 594d59766373 -r 7d48bed6ce0c convergedcallengine/spsettings/src/spsbufferedpublisher.cpp --- 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) ); } }