Merge pull request #33404 from corngood/transgui-fix

transgui: fix crash at startup with file argument
This commit is contained in:
Orivej Desh 2018-01-06 03:21:55 +00:00 committed by GitHub
commit 5661a1d599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ index eb8b828..1ff2440 100644
function ParamStrUTF8(Param: Integer): utf8string;
begin
- Result:=FileUtil.ParamStrUTF8(Param);
+ Result:=ParamStrUTF8(Param);
+ Result:=LazUtf8.ParamStrUTF8(Param);
end;
function ParamCount: integer;