mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 19:33:50 +02:00
* set result of searchsym_in_record() in case nothing was found
git-svn-id: trunk@17161 -
This commit is contained in:
parent
f49fb7329a
commit
10674153cf
@ -2199,6 +2199,7 @@ implementation
|
|||||||
var
|
var
|
||||||
hashedid : THashedIDString;
|
hashedid : THashedIDString;
|
||||||
begin
|
begin
|
||||||
|
result:=false;
|
||||||
hashedid.id:=s;
|
hashedid.id:=s;
|
||||||
srsymtable:=recordh.symtable;
|
srsymtable:=recordh.symtable;
|
||||||
srsym:=tsym(srsymtable.FindWithHash(hashedid));
|
srsym:=tsym(srsymtable.FindWithHash(hashedid));
|
||||||
|
Loading…
Reference in New Issue
Block a user