From fef9fc5a7fa13a163b75fd6d37e71b5d542cadcb Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Fri, 9 Jul 2010 12:07:08 +0200 Subject: [PATCH] Small change/fix --- Units/MMLAddon/mmlpsthread.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Units/MMLAddon/mmlpsthread.pas b/Units/MMLAddon/mmlpsthread.pas index 4cc8933..b77d75b 100644 --- a/Units/MMLAddon/mmlpsthread.pas +++ b/Units/MMLAddon/mmlpsthread.pas @@ -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;