diff options
Diffstat (limited to 'zenserver')
| -rw-r--r-- | zenserver/frontend/frontend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/frontend/frontend.cpp b/zenserver/frontend/frontend.cpp index 7fcdd8edc..e0b27ac55 100644 --- a/zenserver/frontend/frontend.cpp +++ b/zenserver/frontend/frontend.cpp @@ -20,7 +20,7 @@ HttpFrontendService::HttpFrontendService(std::filesystem::path Directory) : m_Di std::filesystem::path SelfPath = GetRunningExecutablePath(); // Locate a .zip file appended onto the end of this binary - IoBuffer SelfBuffer = IoBufferBuilder::MakeFromFile(SelfPath); + IoBuffer SelfBuffer = IoBufferBuilder::MakeFromFile(SelfPath); m_ZipFs = ZipFs(std::move(SelfBuffer)); #if ZEN_BUILD_DEBUG |