mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 02:53:40 +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
|
||||
hashedid : THashedIDString;
|
||||
begin
|
||||
result:=false;
|
||||
hashedid.id:=s;
|
||||
srsymtable:=recordh.symtable;
|
||||
srsym:=tsym(srsymtable.FindWithHash(hashedid));
|
||||
|
Loading…
Reference in New Issue
Block a user