/* Augeas OCaml bindings
- * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones
+ * Copyright (C) 2008-2012 Red Hat Inc., Richard W.M. Jones
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
CAMLparam2 (tv, pathv);
CAMLlocal3 (rv, v, cons);
augeas_t t = Augeas_t_val (tv);
- char *path = String_val (path);
+ char *path = String_val (pathv);
char **matches;
int r, i;