Ignore:
Timestamp:
11/10/2006 22:57:39 (6 years ago)
Author:
chris
Message:
  • Remove redundant variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/backupstore/BackupStoreCheck.cpp

    r606 r969  
    470470                 
    471471                // Add to usage counts 
    472                 int64_t s = file->GetDiscUsageInBlocks(); 
    473                 mBlocksUsed += s; 
     472                mBlocksUsed += size; 
    474473                if(!isFile) 
    475474                { 
    476                         mBlocksInDirectories += s; 
     475                        mBlocksInDirectories += size; 
    477476                } 
    478477        } 
Note: See TracChangeset for help on using the changeset viewer.