Kaydet (Commit) bf03aa3b authored tarafından Kevin Hunter's avatar Kevin Hunter Kaydeden (comit) Caolán McNamara

cppcheck: post- to pre- *crement change

üst d63540ae
...@@ -1833,9 +1833,7 @@ bool WriteChecksumFile( FILE *fchksum, const boost::unordered_map< string, strin ...@@ -1833,9 +1833,7 @@ bool WriteChecksumFile( FILE *fchksum, const boost::unordered_map< string, strin
boost::unordered_map< string, string >::const_iterator iter; boost::unordered_map< string, string >::const_iterator iter;
for ( iter = rLibraries.begin(); for ( iter = rLibraries.begin(); iter != rLibraries.end(); ++iter )
iter != rLibraries.end();
iter++ )
{ {
sal_uInt8 checksum[RTL_DIGEST_LENGTH_MD5]; sal_uInt8 checksum[RTL_DIGEST_LENGTH_MD5];
sal_uInt32 nBytesProcessed = calc_md5_checksum( sal_uInt32 nBytesProcessed = calc_md5_checksum(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment