Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 51b9a2c43d7bee30b66c0799825b92f2 > files > 5

facile-1.1-18.mga5.src.rpm

Index: facile-1.1/src/fcl_data.ml
===================================================================
--- facile-1.1/src/fcl_data.ml
+++ facile-1.1/src/fcl_data.ml	2012-10-15 16:46:00.198537578 +0100
@@ -16,7 +16,7 @@
 
 module Hashtbl = struct
   type ('a, 'b) t = ('a, 'b) Hashtbl.t
-  let create = Hashtbl.create
+  let create n = Hashtbl.create (* no seed *) n
   let get h = h
 
   let add h k d =