Fixed a bug in msgPrintControl

This commit is contained in:
2025-03-19 15:01:20 +01:00
parent f26d1bb612
commit 828e9bc59c
3 changed files with 25 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ class msgPrintControl {
private:
std::unordered_map<msgPrintControlKey, size_t> map_;
char suffix_[200] = {0};
char suffix_[300] = {0};
};
#endif