* patch by lagprogramming: Improvement of function SetCompileModeSwitch, resolves #40525

This commit is contained in:
florian 2023-11-19 13:37:37 +01:00
parent 3c4a2c7380
commit e5de38c42d

View File

@ -715,10 +715,10 @@ implementation
doinclude:=true;
case s[length(s)] of
'+':
s:=copy(s,1,length(s)-1);
setlength(s,length(s)-1);
'-':
begin
s:=copy(s,1,length(s)-1);
setlength(s,length(s)-1);
doinclude:=false;
end;
end;