* set result of searchsym_in_record() in case nothing was found

git-svn-id: trunk@17161 -
This commit is contained in:
Jonas Maebe 2011-03-21 12:42:23 +00:00
parent f49fb7329a
commit 10674153cf

View File

@ -2199,6 +2199,7 @@ implementation
var
hashedid : THashedIDString;
begin
result:=false;
hashedid.id:=s;
srsymtable:=recordh.symtable;
srsym:=tsym(srsymtable.FindWithHash(hashedid));