Changeset 969 for box/chris/general/lib/backupstore/BackupStoreCheck.cpp
- Timestamp:
- 11/10/2006 22:57:39 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/backupstore/BackupStoreCheck.cpp
r606 r969 470 470 471 471 // Add to usage counts 472 int64_t s = file->GetDiscUsageInBlocks(); 473 mBlocksUsed += s; 472 mBlocksUsed += size; 474 473 if(!isFile) 475 474 { 476 mBlocksInDirectories += s ;475 mBlocksInDirectories += size; 477 476 } 478 477 }
Note: See TracChangeset
for help on using the changeset viewer.
