aboutsummaryrefslogtreecommitdiff
path: root/zenstore/cidstore.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-04-01 23:49:09 +0200
committerDan Engelbrecht <[email protected]>2022-04-01 23:49:09 +0200
commit34235f5628f8ec50a01d5d16b8af56792292147e (patch)
treeb0d0895e872b0bf09bf53d111fadd05b5ac1459e /zenstore/cidstore.cpp
parenterror handling in BasicFile::SetFileSize (diff)
downloadzen-34235f5628f8ec50a01d5d16b8af56792292147e.tar.xz
zen-34235f5628f8ec50a01d5d16b8af56792292147e.zip
rename EMode to Mode
Diffstat (limited to 'zenstore/cidstore.cpp')
-rw-r--r--zenstore/cidstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/cidstore.cpp b/zenstore/cidstore.cpp
index 5ddf32e73..482a89b9d 100644
--- a/zenstore/cidstore.cpp
+++ b/zenstore/cidstore.cpp
@@ -127,7 +127,7 @@ struct CidStore::Impl
bool IsNew = !std::filesystem::exists(SlogPath);
- m_LogFile.Open(SlogPath, IsNew ? CasLogFile::EMode::kTruncate : CasLogFile::EMode::kWrite);
+ m_LogFile.Open(SlogPath, IsNew ? CasLogFile::Mode::kTruncate : CasLogFile::Mode::kWrite);
ZEN_DEBUG("Initializing index from '{}' ({})", SlogPath, NiceBytes(m_LogFile.GetLogSize()));