mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSources.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSources.ml
Date: Mon, 10 Oct 2005 12:22:34 -0400

Index: mldonkey/src/daemon/common/commonSources.ml
diff -u mldonkey/src/daemon/common/commonSources.ml:1.27 
mldonkey/src/daemon/common/commonSources.ml:1.28
--- mldonkey/src/daemon/common/commonSources.ml:1.27    Thu Oct  6 14:03:05 2005
+++ mldonkey/src/daemon/common/commonSources.ml Mon Oct 10 16:22:24 2005
@@ -237,14 +237,14 @@
 (*                                                                       *)
 (*************************************************************************)
 
-      module HS = Weak2.Make(struct
+      module HS = Weak.Make(struct
             type t = source
             let hash s = Hashtbl.hash s.source_uid
 
             let equal x y = x.source_uid = y.source_uid
           end)
 
-      module H = Weak2.Make(struct
+      module H = Weak.Make(struct
             type t = source
             let hash s = Hashtbl.hash s.source_num
 




reply via email to

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