[Pkg-ocaml-maint-commits] [ocaml-inifiles] 01/03: Fix FTBFS with OCaml 4.01.0

Stéphane Glondu glondu at moszumanska.debian.org
Sat Dec 7 09:18:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-inifiles.

commit 811efac353503ca2da1dd12722fc10aecc04fec4
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Dec 7 10:11:39 2013 +0100

    Fix FTBFS with OCaml 4.01.0
---
 inifiles.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inifiles.ml b/inifiles.ml
index bfabc5b..f9e1402 100644
--- a/inifiles.ml
+++ b/inifiles.ml
@@ -257,7 +257,7 @@ let fold func path initial =
        func
        initial
        (List.rev_map
-	  (new inifile)
+	  (fun x -> new inifile x)
 	  (List.filter
 	     check_file
 	     (List.rev_map

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-inifiles.git



More information about the Pkg-ocaml-maint-commits mailing list