/[mldonkey]/mldonkey/src/networks/openFT/openFTClients.ml
ViewVC logotype

Diff of /mldonkey/src/networks/openFT/openFTClients.ml

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

revision 1.2 by mldonkey, Mon Nov 1 11:23:02 2004 UTC revision 1.3 by spiralvoice, Sun Oct 16 20:42:54 2005 UTC
# Line 206  let client_reader c sock nread = Line 206  let client_reader c sock nread =
206            Unix2.really_write fd b.buf b.pos b.len;            Unix2.really_write fd b.buf b.pos b.len;
207          end;          end;
208  (*      lprintf "DIFF %d/%d" nread b.len; lprint_newline ();*)  (*      lprintf "DIFF %d/%d" nread b.len; lprint_newline ();*)
209          c.client_pos <- Int64.add c.client_pos (Int64.of_int b.len);          c.client_pos <- c.client_pos ++ (Int64.of_int b.len);
210  (*  (*
211        lprintf "NEW SOURCE POS %s" (Int64.to_string c.client_pos);        lprintf "NEW SOURCE POS %s" (Int64.to_string c.client_pos);
212  lprint_newline ();  lprint_newline ();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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