We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f26a4 commit 0279a8cCopy full SHA for 0279a8c
Generals/Code/GameEngine/Source/Common/INI/INI.cpp
@@ -725,6 +725,7 @@ AsciiString INI::getNextQuotedAsciiString()
725
{
726
AsciiString result;
727
char buff[INI_MAX_CHARS_PER_LINE];
728
+ buff[0] = '\0';
729
730
const char *token = getNextTokenOrNull(); // if null, just leave an empty string
731
if (token != NULL)
GeneralsMD/Code/GameEngine/Source/Common/INI/INI.cpp
@@ -717,6 +717,7 @@ AsciiString INI::getNextQuotedAsciiString()
717
718
719
720
721
722
723
0 commit comments