commsfwsupport/commselements/commsfw/src/cfutil.cpp
changeset 65 41cc8e7ff496
parent 25 e53adc4c49de
--- a/commsfwsupport/commselements/commsfw/src/cfutil.cpp	Fri Jun 11 14:52:21 2010 +0300
+++ b/commsfwsupport/commselements/commsfw/src/cfutil.cpp	Wed Aug 18 10:59:59 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));
 				    }