diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-23 17:20:39 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-03-31 11:29:27 +0200 |
| commit | a24ebc13bd3321eaef5757f6b42fd7fa2ebdfcc0 (patch) | |
| tree | 5292d47e59ca5821c13328670fd0952082506b6c /zenstore/gc.cpp | |
| parent | typedef for LocationMap (diff) | |
| download | zen-a24ebc13bd3321eaef5757f6b42fd7fa2ebdfcc0.tar.xz zen-a24ebc13bd3321eaef5757f6b42fd7fa2ebdfcc0.zip | |
review feedback
Diffstat (limited to 'zenstore/gc.cpp')
| -rw-r--r-- | zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp index a2bd4ce15..0f430f61c 100644 --- a/zenstore/gc.cpp +++ b/zenstore/gc.cpp @@ -662,7 +662,7 @@ TEST_CASE("gc.full") CasStore->InsertChunk(Chunks[7], ChunkHashes[7]); CasStore->InsertChunk(Chunks[8], ChunkHashes[8]); - auto InitialSize = CasStore->TotalSize(); + CasStoreSize InitialSize = CasStore->TotalSize(); // Keep first and last { |