mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user