Fixed a bug in msgPrintControl
This commit is contained in:
@@ -139,7 +139,7 @@ class msgPrintControl {
|
||||
|
||||
private:
|
||||
std::unordered_map<msgPrintControlKey, size_t> map_;
|
||||
char suffix_[200] = {0};
|
||||
char suffix_[300] = {0};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user