persistentstorage/sql/OsLayer/FileBuf64.cpp
changeset 17 55f2396f6d25
parent 15 3eacc0623088
child 20 04ec7606545c
child 22 a7ba600cb39d
child 29 cce6680bbf1c
--- a/persistentstorage/sql/OsLayer/FileBuf64.cpp	Fri Apr 16 16:49:27 2010 +0300
+++ b/persistentstorage/sql/OsLayer/FileBuf64.cpp	Mon May 03 14:09:14 2010 +0300
@@ -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)