Skip to content

Commit fdbdad3

Browse files
committed
bugfix(worldbuilder): add missing carriage return
in loadCommandButton seperator Co-authored-by: AdrianeYves
1 parent 5dce9d9 commit fdbdad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/Tools/WorldBuilder/src/EditParameter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ Bool EditParameter::loadCommandButtons(CComboBox *pCombo, AsciiString match)
12381238
char buf[1024];
12391239
char *string;
12401240
char *token;
1241-
char seps[] = " ,\t\n";
1241+
char seps[] = " ,\t\n\r";
12421242

12431243
fp->nextLine(buf, 1024);
12441244
string = buf;

0 commit comments

Comments
 (0)