mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/utils/net/http_server.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/http_server.ml
Date: Sun, 16 Oct 2005 16:43:45 -0400

Index: mldonkey/src/utils/net/http_server.ml
diff -u mldonkey/src/utils/net/http_server.ml:1.24 
mldonkey/src/utils/net/http_server.ml:1.25
--- mldonkey/src/utils/net/http_server.ml:1.24  Mon Oct 10 17:35:28 2005
+++ mldonkey/src/utils/net/http_server.ml       Sun Oct 16 20:42:55 2005
@@ -904,9 +904,9 @@
     x, None, _ -> x, None
   | x, Some y, Some z ->
       if y = z then (* some vendor bug *)
-        x -- Int64.one, Some y
+        Int64.pred x, Some y
       else
-        x, Some (y ++ Int64.one)
+        x, Some (Int64.succ y)
   | x, Some y, None ->
-      x, Some (y ++ Int64.one)
+      x, Some (Int64.succ y)
 




reply via email to

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