branch | RCL_3 |
changeset 11 | 667e88a979d7 |
parent 10 | fa9941cf3867 |
child 20 | 04ec7606545c |
child 22 | a7ba600cb39d |
child 29 | cce6680bbf1c |
--- a/persistentstorage/sql/OsLayer/FileBuf64.cpp Fri Mar 12 15:51:02 2010 +0200 +++ b/persistentstorage/sql/OsLayer/FileBuf64.cpp Mon Mar 15 12:46:30 2010 +0200 @@ -37,7 +37,7 @@ { \ if(TheOsCallTimeDetailedProfileEnabled) \ { \ - ++iFileWriteCount, iFileWriteAmount += (amount); \ + ++iFileWriteCount; iFileWriteAmount += (amount); \ RDebug::Print(_L(" -- FWrite this=%X, Cnt=%d, Pos=%ld, Amt=%d, Ttl=%ld\r\n"), (TUint32)this, iFileWriteCount, pos, amount, iFileWriteAmount); \ } \ } while(0)