mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTClients


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTClients.ml
Date: Thu, 06 Oct 2005 15:16:44 -0400

Index: mldonkey/src/networks/bittorrent/bTClients.ml
diff -u mldonkey/src/networks/bittorrent/bTClients.ml:1.53 
mldonkey/src/networks/bittorrent/bTClients.ml:1.54
--- mldonkey/src/networks/bittorrent/bTClients.ml:1.53  Thu Oct  6 10:19:30 2005
+++ mldonkey/src/networks/bittorrent/bTClients.ml       Thu Oct  6 19:16:43 2005
@@ -1445,7 +1445,7 @@
           c.client_upload_requests <- tail;
           iter_upload sock c
         end else
-      if c.client_allowed_to_write >= len then begin
+      if c.client_allowed_to_write >= 0L then begin
           c.client_upload_requests <- tail;
 
           let file = c.client_file in




reply via email to

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