mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2024-11-21 09:30:50 +00:00
Update call.pas
This commit is contained in:
parent
7d6b083546
commit
8ca93af80b
2
call.pas
2
call.pas
@ -1281,7 +1281,7 @@ if gattr.typtr <> nil then
|
|||||||
lsp := eltype^.recvar;
|
lsp := eltype^.recvar;
|
||||||
end; {if}
|
end; {if}
|
||||||
end {if}
|
end {if}
|
||||||
else if (form = objects) and (objdef) then begin
|
else if (form = objects) and objdef then begin
|
||||||
lsize := objsize;
|
lsize := objsize;
|
||||||
ofld := objfld;
|
ofld := objfld;
|
||||||
end {else if}
|
end {else if}
|
||||||
|
Loading…
Reference in New Issue
Block a user