mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Fix snprintf warning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user