supl/locationsuplfw/utilities/src/epos_csupltrace.cpp
changeset 39 3efc7a0e8755
parent 22 4c4ed41530db
child 45 6b6920c56e2f
--- a/supl/locationsuplfw/utilities/src/epos_csupltrace.cpp	Fri Jul 23 19:40:48 2010 +0530
+++ b/supl/locationsuplfw/utilities/src/epos_csupltrace.cpp	Fri Aug 06 19:34:22 2010 +0530
@@ -140,7 +140,7 @@
     const TDesC& aTraceLogFile,
     TRefByValue<const TDesC> aFmt, ... )
     {
-    // coverity[var_decl : FALSE]
+    //coverity[var_decl]
     VA_LIST list;
     VA_START( list, aFmt );
 
@@ -151,6 +151,7 @@
     	TPtr ptr( buf->Des() );
         _LIT( KPrefix, "[EPos/0x%LX]: ");
         ptr.Format( KPrefix, process.Id().Id() );
+        //coverity[uninit_use_in_call]
 	    ptr.AppendFormatList( aFmt, list );
 	
 	    RDebug::RawPrint( ptr );