diff -r 95c570bf4a05 -r 9a7e3d5f461a datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp --- a/datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp Wed Aug 18 11:11:46 2010 +0300 +++ b/datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp Fri Sep 17 08:37:32 2010 +0300 @@ -272,7 +272,7 @@ User::LeaveIfError( iExtGpsPsyArray.Append( requestor ) ); //This function won't fail, since we have enough space already - iExtGpsPsyUsedArray.Append( 0 ); + iExtGpsPsyUsedArray.AppendL( 0 ); CleanupStack::Pop( requestor ); }