upnpmediaserver/contentdirectoryservice/src/upnplocalstorage.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
--- a/upnpmediaserver/contentdirectoryservice/src/upnplocalstorage.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpmediaserver/contentdirectoryservice/src/upnplocalstorage.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -495,7 +495,7 @@
         parentId = iMetadataStorage->GetParentIdL( aObjList[i] );
         if ( parentId>=0 )
             {
-            objCommitedList.Append(parentId);
+            objCommitedList.AppendL(parentId);
             // commit every KCommitEveryNum inserts
             if( !( i%KCommitEveryNum ) ) 
                 {