From 8ca93af80b799a3711d82b4c0fa6983faccc71a4 Mon Sep 17 00:00:00 2001 From: MikeW50 Date: Tue, 27 Mar 2018 08:58:20 -0600 Subject: [PATCH] Update call.pas --- call.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call.pas b/call.pas index 150a10b..fbdf2a3 100644 --- a/call.pas +++ b/call.pas @@ -1281,7 +1281,7 @@ if gattr.typtr <> nil then lsp := eltype^.recvar; end; {if} end {if} - else if (form = objects) and (objdef) then begin + else if (form = objects) and objdef then begin lsize := objsize; ofld := objfld; end {else if}