landmarks/locationlandmarks/server/src/EPos_CPosLmLocalAccessSubsession.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 19 d6e4203b7ebe
child 45 6b6920c56e2f
--- a/landmarks/locationlandmarks/server/src/EPos_CPosLmLocalAccessSubsession.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ b/landmarks/locationlandmarks/server/src/EPos_CPosLmLocalAccessSubsession.cpp	Tue Aug 31 15:37:04 2010 +0300
@@ -751,9 +751,9 @@
         
         TPtr name( lmBuf->Des() );
         readStream.ReadL( name, nameLen );
-
+        
         CleanupStack::Pop( lmBuf );//ownership of lmBuf is transferred in the call to UpdateL/InsertL
-        if ( aMessage.Int0() == EPosLmServerUpdateLandmarks ) 
+		if ( aMessage.Int0() == EPosLmServerUpdateLandmarks ) 
             {
 //coverity[freed_arg : FALSE]
             index.UpdateL( id, lmBuf );