mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
compiler: fix typo
git-svn-id: trunk@16645 -
This commit is contained in:
parent
51a9d3280c
commit
e098046608
@ -1383,7 +1383,7 @@ implementation
|
||||
begin
|
||||
found:=false;
|
||||
for i := 0 to pd.parast.SymList.Count - 1 do
|
||||
if tparavarsym(pd.parast.SymList[0]).vardef=pd.struct then
|
||||
if tparavarsym(pd.parast.SymList[i]).vardef=pd.struct then
|
||||
begin
|
||||
found:=true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user