supl/locationomasuplprotocolhandler/posmsgpluginapi/src/epos_comasuplreqasstdata.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/supl/locationomasuplprotocolhandler/posmsgpluginapi/src/epos_comasuplreqasstdata.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/posmsgpluginapi/src/epos_comasuplreqasstdata.cpp	Tue Aug 31 15:37:04 2010 +0300
@@ -127,7 +127,11 @@
     		aSatInfo.Reset();
     		for(TInt i = 0; i<noOfElems; i++)
     			{
-    			aSatInfo.Append(iSatInfo[i]);		
+    			TInt error = aSatInfo.Append(iSatInfo[i]);
+    			if( error != KErrNone )
+    			    {
+                    return error;
+    			    }
     			}    		
     		return KErrNone;
     		}