We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade70e1 commit a387339Copy full SHA for a387339
1 file changed
Source/uPSComponent.pas
@@ -1,4 +1,4 @@
1
-{ uPSComponent.pas } // version: 2020.1010.1010
+{ uPSComponent.pas } // version: 2022.1123.1400
2
{----------------------------------------------------------------------------}
3
{ RemObjects Pascal Script }
4
@@ -1112,7 +1112,7 @@ function TPSScript.DoOnUnknowUses(Sender: TPSPascalCompiler;
1112
Result := false;
1113
end;
1114
end else begin
1115
- FComp.MakeError(FComp.UnitName, ecUnknownIdentifier, {%H-}lName);
+ FComp.MakeError(FComp.UnitName, ecUnknownIdentifier, {%H-}Name);
1116
Result := False;
1117
1118
0 commit comments