changeset 30 | 5ec426854821 |
parent 0 | 7f85d04be362 |
--- a/upnpavcontrolpoint/avcpengineclient/src/upnpavcpenginemsclient.cpp Fri Aug 06 12:57:10 2010 +0300 +++ b/upnpavcontrolpoint/avcpengineclient/src/upnpavcpenginemsclient.cpp Fri Sep 03 15:38:36 2010 +0300 @@ -50,7 +50,7 @@ for (TInt i = 0; i < size; i++) { - aDeviceList.Append(devices[i]); + aDeviceList.AppendL(devices[i]); } delete[] devices; }