summaryrefslogtreecommitdiffstats
path: root/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml
blob: 0137b3e39977fbc539c0550f66bd4ff6117428d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./src/networks/fileTP/fileTPInteractive.ml.orig	Mon Apr 10 16:16:13 2006
+++ ./src/networks/fileTP/fileTPInteractive.ml	Mon May 15 13:03:12 2006
@@ -90,11 +90,11 @@
         P.file_download_rate = file_download_rate file.file_file;
         P.file_chunks = (match file.file_swarmer with
           None -> "" | Some swarmer ->
-            CommonSwarming.verified_bitmap swarmer);
+            CommonSwarming.chunks_verified_bitmap swarmer);
         P.file_availability =
         [network.network_num,(match file.file_swarmer with
           None -> "" | Some swarmer ->
-            CommonSwarming.availability swarmer)];
+            CommonSwarming.chunks_availability swarmer)];
         P.file_format = FormatNotComputed 0;
         P.file_chunks_age = [|0|];
         P.file_age = file_age file;
OpenPOWER on IntegriCloud