branch | RCL_3 |
changeset 55 | c92d4f3c47c5 |
parent 54 | 0c2046328c85 |
child 65 | a796fdeeb33c |
--- a/datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp Tue Aug 31 16:38:06 2010 +0300 +++ b/datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp Wed Sep 01 12:35:25 2010 +0100 @@ -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 ); }