summaryrefslogtreecommitdiff
path: root/src/loot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/loot.cpp')
-rw-r--r--src/loot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loot.cpp b/src/loot.cpp
index 3feb95c9..485afa7a 100644
--- a/src/loot.cpp
+++ b/src/loot.cpp
@@ -55,7 +55,7 @@ public:
}
private:
- static const std::size_t bufferSize = 50'000;
+ static const std::size_t bufferSize = 50000;
env::HandlePtr m_stdout;
env::HandlePtr m_readEvent;