Skip to content

Commit

Permalink
weblocopener-57: Trying fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 28, 2023
1 parent cca149a commit 2713610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/WeblocOpener.iss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ begin
end;
P := Pos('.', S);
if (not P = 0) then
Log(Format('Dot position: %s', [P]));
if (P <> 0) then
begin
SetLength(S, P - 1);
end;
Expand Down

0 comments on commit 2713610

Please sign in to comment.