diff --git a/build/WeblocOpener.iss b/build/WeblocOpener.iss index 8888fa71..75020c69 100644 --- a/build/WeblocOpener.iss +++ b/build/WeblocOpener.iss @@ -88,7 +88,7 @@ begin end; P := Pos('.', S); - Log(Format('Dot position: %s', [P])); + Log(Format('Dot position: %d', [P])); if (P <> 0) then begin SetLength(S, P - 1);