diff -r 3f7d9dbe57c8 -r 19fb38abab1d terminalsecurity/SCP/SCPHistoryPlugin/src/SCPSpecificStringsPlugin.cpp --- a/terminalsecurity/SCP/SCPHistoryPlugin/src/SCPSpecificStringsPlugin.cpp Tue Feb 02 00:44:00 2010 +0200 +++ b/terminalsecurity/SCP/SCPHistoryPlugin/src/SCPSpecificStringsPlugin.cpp Fri Apr 16 15:52:47 2010 +0300 @@ -775,10 +775,11 @@ Dprint( (_L("CSCPSpecificStringsPlugin::IsNotValidWord()") )); // If so, there is a problem ETrue!! TBool ret; - TChar now,previous; // at hand & prevous char + TChar now;// at hand + //TChar previous; // prevous char ret = EFalse; now = 0; - previous = 0; + //previous = 0; // Go through the word for (TInt i=0; i < aForbiddenSecurityCodes.Length(); i++) @@ -789,7 +790,7 @@ // And the previous if ( i >= 1 ) { - previous = static_cast( aForbiddenSecurityCodes[i-1] ); + // previous = static_cast( aForbiddenSecurityCodes[i-1] ); } // Check for Sapce!