persistentstorage/sql/OsLayer/FileBuf64.cpp
branchRCL_3
changeset 9 667e88a979d7
parent 8 fa9941cf3867
child 14 04ec7606545c
--- 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)