From c7d7ad5dd7d158866da84edce1b2adb4a77d517c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 9 Feb 2014 16:39:40 +0000 Subject: Rename BackupStoreInfo variable NumFiles to NumCurrentFiles. Will hopefully prevent future confusion about the meaning of this info variable. --- test/backupstore/testbackupstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp index 5dcd8802..c787c50a 100644 --- a/test/backupstore/testbackupstore.cpp +++ b/test/backupstore/testbackupstore.cpp @@ -2432,7 +2432,7 @@ int test_read_old_backupstoreinfo_files() apArchive->Write(apInfo->GetBlocksInDirectories()); apArchive->Write(apInfo->GetBlocksSoftLimit()); apArchive->Write(apInfo->GetBlocksHardLimit()); - apArchive->Write(apInfo->GetNumFiles()); + apArchive->Write(apInfo->GetNumCurrentFiles()); apArchive->Write(apInfo->GetNumOldFiles()); apArchive->Write(apInfo->GetNumDeletedFiles()); apArchive->Write(apInfo->GetNumDirectories()); -- cgit v1.2.3