changeset 18 | fcbbe021d614 |
parent 2 | 086aae6fc07e |
child 20 | 9c97ad6591ae |
child 54 | 984e13af52c4 |
--- a/dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp Tue Feb 02 00:24:11 2010 +0200 +++ b/dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp Fri Apr 16 15:21:37 2010 +0300 @@ -801,10 +801,9 @@ // Convert the input parameter to integer TLex lex( *aValue ); - TUint value( 0 ); - - User::LeaveIfError( lex.Val( value, EDecimal) ); - + TInt value( 0 ); + User::LeaveIfError( lex.Val( value ) ); + // Set the paramter value if ( aField == EWlanBGScanInterval )