tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
transgui: fix crash at startup with file argument
David McFarland
8 years ago
0ee70af8
a325405c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
p2p
transgui
r988-compile-fix.patch
+1
-1
pkgs/applications/networking/p2p/transgui/r988-compile-fix.patch
···
16
16
function ParamStrUTF8(Param: Integer): utf8string;
17
17
begin
18
18
- Result:=FileUtil.ParamStrUTF8(Param);
19
19
-
+ Result:=ParamStrUTF8(Param);
19
19
+
+ Result:=LazUtf8.ParamStrUTF8(Param);
20
20
end;
21
21
22
22
function ParamCount: integer;