[Box Backup-dev] COMMIT r878 - box/chris/merge/lib/backupclient

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 31 23:17:12 BST 2006


Author: chris
Date: 2006-08-31 23:17:12 +0100 (Thu, 31 Aug 2006)
New Revision: 878

Modified:
   box/chris/merge/lib/backupclient/BackupStoreObjectDump.cpp
Log:
* lib/backupclient/BackupStoreObjectDump.cpp
- Revert to trunk


Modified: box/chris/merge/lib/backupclient/BackupStoreObjectDump.cpp
===================================================================
--- box/chris/merge/lib/backupclient/BackupStoreObjectDump.cpp	2006-08-31 22:16:17 UTC (rev 877)
+++ box/chris/merge/lib/backupclient/BackupStoreObjectDump.cpp	2006-08-31 22:17:12 UTC (rev 878)
@@ -113,13 +113,7 @@
 
 		// Output item
 		int16_t f = (*i)->GetFlags();
-#ifdef WIN32
-		OutputLine(file, ToTrace, 
-			"%06I64x %4I64d %016I64x %4d %3d %4d%s%s%s%s%s%s\n",
-#else
-		OutputLine(file, ToTrace, 
-			"%06llx %4lld %016llx %4d %3d %4d%s%s%s%s%s%s\n",
-#endif
+		OutputLine(file, ToTrace, "%06llx %4lld %016llx %4d %3d %4d%s%s%s%s%s%s\n",
 			(*i)->GetObjectID(),
 			(*i)->GetSizeInBlocks(),
 			(*i)->GetAttributesHash(),




More information about the Boxbackup-dev mailing list