Small change/fix

This commit is contained in:
Merlijn Wajer 2010-07-09 12:07:08 +02:00
parent 5355117a10
commit fef9fc5a7f
1 changed files with 3 additions and 2 deletions

View File

@ -649,9 +649,10 @@ begin
if self.settings <> nil then
begin
if lowercase(self.settings.GetKeyValueDefLoad('Settings/Interpreter/AllowSysCalls',
'False', Self.SimbaSettingsFile)) = 'true' then
'False', Self.SimbaSettingsFile)) = 'true' then
begin
writeln('Allowing SysCalls');
{ Can remove later }
psWriteln('Allowing API/SysCalls.');
RegisterDll_Compiletime(x);
end;
end;