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
function ParamStrUTF8(Param: Integer): utf8string;
17
begin
18
- Result:=FileUtil.ParamStrUTF8(Param);
19
-
+ Result:=ParamStrUTF8(Param);
20
end;
21
22
function ParamCount: integer;
···
16
function ParamStrUTF8(Param: Integer): utf8string;
17
begin
18
- Result:=FileUtil.ParamStrUTF8(Param);
19
+
+ Result:=LazUtf8.ParamStrUTF8(Param);
20
end;
21
22
function ParamCount: integer;