mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2025-02-10 06:31:21 +00:00
Merge pull request #3 from ksherlock/patch_1
Uninitialized object field
This commit is contained in:
commit
7d095d99f6
@ -1003,6 +1003,7 @@ end; {DoConstant}
|
||||
objlevel := 1;
|
||||
objparent := nil;
|
||||
size := ptrsize;
|
||||
hasSFile := false;
|
||||
end; {with}
|
||||
|
||||
{handle inheritance}
|
||||
|
Loading…
x
Reference in New Issue
Block a user