Fix snprintf warning

This commit is contained in:
seelabs
2017-11-27 09:22:10 -05:00
parent 3e483cfa4c
commit 8a02b76d73

View File

@@ -396,7 +396,7 @@ struct ExistingElementPool
currencyNames.clear();
currencyNames.reserve(numCur);
constexpr size_t bufSize = 8;
constexpr size_t bufSize = 32;
char buf[bufSize];
for (size_t id = 0; id < numAct; ++id)