[Box Backup-commit] COMMIT r2789 - box/invisnet/vs2010/0.11/lib/backupclient

subversion at boxbackup.org subversion at boxbackup.org
Mon Oct 11 23:19:28 BST 2010


Author: invisnet
Date: 2010-10-11 23:19:27 +0100 (Mon, 11 Oct 2010)
New Revision: 2789

Modified:
   box/invisnet/vs2010/0.11/lib/backupclient/BackupStoreFileEncodeStream.h
Log:
Undo type change; too many logic changes in sensitive areas

Modified: box/invisnet/vs2010/0.11/lib/backupclient/BackupStoreFileEncodeStream.h
===================================================================
--- box/invisnet/vs2010/0.11/lib/backupclient/BackupStoreFileEncodeStream.h	2010-10-11 20:42:31 UTC (rev 2788)
+++ box/invisnet/vs2010/0.11/lib/backupclient/BackupStoreFileEncodeStream.h	2010-10-11 22:19:27 UTC (rev 2789)
@@ -113,7 +113,7 @@
 	int64_t mTotalBlocks;				// Total number of blocks in the file
 	int64_t mAbsoluteBlockNumber;		// The absolute block number currently being output
 	// Instruction number
-	Recipe::size_type mInstructionNumber;
+	int64_t mInstructionNumber;
 	// All the below are within the current instruction
 	int64_t mNumBlocks;					// number of blocks. Last one will be a different size to the rest in most cases
 	int64_t mCurrentBlock;




More information about the Boxbackup-commit mailing list