[Pkg-libvirt-commits] [libguestfs] 02/233: RHEL 6: builder: Use iteri instead of List.iteri.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:10:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit c16f2ea53d502c1874f10fca0767ba5d05208985
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Dec 27 12:56:51 2013 +0000
RHEL 6: builder: Use iteri instead of List.iteri.
RHEL 6 OCaml did not have List.iteri, so use the version from
Common_utils instead.
---
builder/builder.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/builder.ml b/builder/builder.ml
index 6b5378b..84d5757 100644
--- a/builder/builder.ml
+++ b/builder/builder.ml
@@ -425,7 +425,7 @@ let main () =
| `Convert -> eprintf "qemu-img convert"
in
- List.iteri (
+ iteri (
fun i (itags, task, otags) ->
eprintf "%d: itags:" i;
print_tags itags;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list