Skip to content

Commit 2731ce8

Browse files
committed
Bump INIClass line buffer to 256 bytes.
Fixes reported issues with later C&C missions.
1 parent 7f351da commit 2731ce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/ini.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class INIClass
201201
public:
202202
enum
203203
{
204-
MAX_LINE_LENGTH = 128
204+
MAX_LINE_LENGTH = 256
205205
};
206206
const VanillaList<INISection>& Section_List() const
207207
{

0 commit comments

Comments
 (0)