added even more explicit GetChars() calls.

This commit is contained in:
Christoph Oelckers 2023-10-03 15:55:08 +02:00
commit 48ba63c022
42 changed files with 230 additions and 214 deletions

View file

@ -284,7 +284,7 @@ char *DFsScript::ProcessFindChar(char *datap, char find)
Printf(PRINT_BOLD,"Script %d: ':' encountrered in incorrect position!\n",scriptnum);
}
DFsVariable *newlabel = NewVariable(labelname, svt_label);
DFsVariable *newlabel = NewVariable(labelname.GetChars(), svt_label);
newlabel->value.i = MakeIndex(labelptr);
}