upnpavcontrolpoint/avcpengineclient/src/upnpavcpenginemsclient.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- a/upnpavcontrolpoint/avcpengineclient/src/upnpavcpenginemsclient.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpavcontrolpoint/avcpengineclient/src/upnpavcpenginemsclient.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -50,7 +50,7 @@
 
         for (TInt i = 0; i < size; i++) 
         	{
-           	aDeviceList.Append(devices[i]);
+           	aDeviceList.AppendL(devices[i]);
         	}
         delete[] devices;
     	}