mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-16 07:10:10 -05:00
Fixed a serious bug in codeinsight.
This commit is contained in:
parent
4f6ad407e1
commit
48eba95926
@ -539,7 +539,7 @@ begin
|
||||
if (Decl is TciStruct) then
|
||||
Result := True
|
||||
else
|
||||
Result := (Decl <> nil) and FindStruct(Decl.CleanText, Decl, Return, ArrayCount);
|
||||
Result := (Decl <> nil) and (PrepareString(Decl.CleanText) <> s) and FindStruct(Decl.CleanText, Decl, Return, ArrayCount);
|
||||
end
|
||||
else
|
||||
Decl := b[ii];
|
||||
|
Loading…
Reference in New Issue
Block a user