Skip to content

Commit

Permalink
Minor bugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf committed Jan 19, 2023
1 parent 73f94a5 commit faaf90d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/installercore.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,9 @@ function TInstaller.InitInfoText(const ExtraInfo:string):string;
function TInstaller.CheckAndGetTools: boolean;
var
CryptoSucceeded,OperationSucceeded: boolean;
Output: string;
{$ifdef MSWINDOWS}
aURL,aFile,Output: string;
aURL,aFile: string;
i:integer;
{$endif}
begin
Expand Down

0 comments on commit faaf90d

Please sign in to comment.