mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/guiEncoding.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/guiEncoding.ml
Date: Tue, 12 Jul 2005 19:08:59 -0400

Index: mldonkey/src/daemon/common/guiEncoding.ml
diff -u mldonkey/src/daemon/common/guiEncoding.ml:1.36 
mldonkey/src/daemon/common/guiEncoding.ml:1.37
--- mldonkey/src/daemon/common/guiEncoding.ml:1.36      Sun May  1 17:43:11 2005
+++ mldonkey/src/daemon/common/guiEncoding.ml   Tue Jul 12 23:08:57 2005
@@ -599,8 +599,12 @@
       if proto >= 20 then begin
           buf_int_date proto buf c.client_connect_time
       end;
-      if proto >= 21 then
-        buf_string buf c.client_emulemod;
+      if proto >= 21 then begin
+        buf_string buf c.client_emulemod
+      end;
+      if proto >= 33 then begin
+        buf_string buf c.client_release
+      end;
     end
     
 let buf_network proto buf n =




reply via email to

[Prev in Thread] Current Thread [Next in Thread]