Changeset 982 for box/trunk/lib/backupclient/BackupStoreObjectDump.cpp
- Timestamp:
- 12/10/2006 21:52:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupStoreObjectDump.cpp
r456 r982 114 114 // Output item 115 115 int16_t f = (*i)->GetFlags(); 116 OutputLine(file, ToTrace, "%06llx %4lld %016llx %4d %3d %4d%s%s%s%s%s%s\n", 116 #ifdef WIN32 117 OutputLine(file, ToTrace, 118 "%06I64x %4I64d %016I64x %4d %3d %4d%s%s%s%s%s%s\n", 119 #else 120 OutputLine(file, ToTrace, 121 "%06llx %4lld %016llx %4d %3d %4d%s%s%s%s%s%s\n", 122 #endif 117 123 (*i)->GetObjectID(), 118 124 (*i)->GetSizeInBlocks(),
Note: See TracChangeset
for help on using the changeset viewer.
