fpmkunit: fix compilation after r43841

git-svn-id: trunk@43844 -
This commit is contained in:
ondrej 2020-01-02 19:40:44 +00:00
parent ebd674d40e
commit accc3a851e

View File

@ -4847,7 +4847,7 @@ begin
FRemove:=Values[KeyRemove];
FRemoveDir:=Values[KeyRemoveDir];
FRemoveTree:=Values[KeyRemoveTree];
Options:=OptionsToStringList(Values[KeyOptions]);
Self.Options:=OptionsToStringList(Values[KeyOptions]);
Line:=Values[KeyCPU];
If (Line<>'') then
FCPU:=StringToCPU(Line);