Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405449
en ru br
ALT Linux repos
S:5.18.0-alt3

Group :: Networking/File transfer
RPM: transgui

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: transgui-5.18.0_Duplicate_object_member_status.diff
Download


--- transgui-5.18.0/rpc.pas.orig	2021-03-08 14:50:01.000000000 +0000
+++ transgui-5.18.0/rpc.pas	2021-03-08 14:52:45.759871869 +0000
@@ -394,6 +394,11 @@ begin
           sl.Delete(i);
     end;
 
+    if FRpc.RPCVersion > 15 then begin
+	i:=sl.IndexOf('status');
+	if i > 0 then sl.Delete(i);
+    end;
+
     i:=sl.IndexOf('downloadDir');
     if FRpc.RequestFullInfo then begin
       if i < 0 then
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin