/[mldonkey]/mldonkey/src/networks/bittorrent/bTGlobals.ml
ViewVC logotype

Diff of /mldonkey/src/networks/bittorrent/bTGlobals.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42 by spiralvoice, Mon Nov 7 20:11:42 2005 UTC revision 1.43 by spiralvoice, Sat Nov 12 11:20:20 2005 UTC
# Line 259  let new_file file_id t torrent_diskname Line 259  let new_file file_id t torrent_diskname
259                        match c.client_bitmap with                        match c.client_bitmap with
260                          None -> ()                          None -> ()
261                        | Some bitmap ->                        | Some bitmap ->
262                            if (bitmap.[num] <> '1') then                            if not (Bitv.get bitmap num) then
263                              send_client c (Have (Int64.of_int num));                              send_client c (Have (Int64.of_int num));
264                            check_if_interesting file c                            check_if_interesting file c
265                      end                            end      

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26