This commit is contained in:
Nikolay Korolev
2021-08-26 00:38:00 +03:00
parent 9187873396
commit cc9398df14
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ COnscreenCounterEntry::ProcessForDisplayCounter()
if (m_bAddDollarPrefix)
sprintf(prefix, "$");
#ifdef FIX_BUGS
char suffix[3] = { '\0' };
char suffix[4] = { '\0' };
#else
char suffix[2] = { '\0' };
#endif