mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:40:28 +02:00
tosunits: fix a bug in objc_find
This commit is contained in:
parent
0ad2150457
commit
d06ab24389
@ -468,7 +468,7 @@ function objc_find(ob_ftree: AESTreePtr;
|
|||||||
ob_fstartob, ob_fdepth,
|
ob_fstartob, ob_fdepth,
|
||||||
ob_fmx, ob_fmy: smallint): smallint;
|
ob_fmx, ob_fmy: smallint): smallint;
|
||||||
begin
|
begin
|
||||||
objc_find:=aes.objc_find(@ob_ftree[0], ob_fstartob, ob_fdepth, ob_fmx, ob_fmx);
|
objc_find:=aes.objc_find(@ob_ftree[0], ob_fstartob, ob_fdepth, ob_fmx, ob_fmy);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function objc_offset(ob_oftree: AESTreePtr;
|
function objc_offset(ob_oftree: AESTreePtr;
|
||||||
|
Loading…
Reference in New Issue
Block a user