homesync/contentmanager/cmserver/cmserver/src/client/cmclientsession.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- a/homesync/contentmanager/cmserver/cmserver/src/client/cmclientsession.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/homesync/contentmanager/cmserver/cmserver/src/client/cmclientsession.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -904,7 +904,7 @@
         {
         CCmDriveInfo* tempDrive = CCmDriveInfo::NewLC();
         tempDrive->InternalizeL( stream );
-        aDrives.Append( tempDrive );
+        aDrives.AppendL( tempDrive );
         CleanupStack::Pop( tempDrive );
         }
     CleanupStack::PopAndDestroy( 2, buffer );