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 <[email protected]> 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 _______________________________________________ Pkg-ocaml-maint-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

