commsfwsupport/commselements/commsfw/src/cfutil.cpp
branchRCL_3
changeset 48 07656293a99c
parent 24 51722b10598b
--- a/commsfwsupport/commselements/commsfw/src/cfutil.cpp	Wed Jun 09 11:00:38 2010 +0300
+++ b/commsfwsupport/commselements/commsfw/src/cfutil.cpp	Mon Jun 21 17:02:22 2010 +0300
@@ -493,14 +493,14 @@
 						}
 					if(!found)
 						{
-						files.Append(entry);
+						files.AppendL(entry);
 						fullEntry.Set(entry.iName, &ff.File(), NULL);      
 						AddL(TOwnEntry(fullEntry, entry));
 						}
 					}
 				else
 					{
-					files.Append(entry);
+					files.AppendL(entry);
 				    fullEntry.Set(entry.iName, &ff.File(), NULL);      
 				    AddL(TOwnEntry(fullEntry, entry));
 				    }