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: Sat, 12 Nov 2005 17:53:54 -0500

Index: mldonkey/src/daemon/common/guiEncoding.ml
diff -u mldonkey/src/daemon/common/guiEncoding.ml:1.40 
mldonkey/src/daemon/common/guiEncoding.ml:1.41
--- mldonkey/src/daemon/common/guiEncoding.ml:1.40      Sun Sep 18 19:00:51 2005
+++ mldonkey/src/daemon/common/guiEncoding.ml   Sat Nov 12 22:53:51 2005
@@ -554,7 +554,12 @@
     if proto > 21 then
       buf_string buf f.file_comment;
     if proto > 30 then
-      buf_list buf buf_uid f.file_uids
+      buf_list buf buf_uid f.file_uids;
+    if proto > 35 then
+      buf_list buf (fun buf (name, size) ->
+          buf_string buf name;
+          buf_int64 buf size
+      ) f.file_sub_files
       
 let buf_addr proto buf addr =
   (match addr with




reply via email to

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