xpath UPDATE enlarge xpath expr limit to uint32
diff --git a/src/path.h b/src/path.h
index 1d95412..ca1c84a 100644
--- a/src/path.h
+++ b/src/path.h
@@ -202,7 +202,7 @@
* @return LY_ERR value.
*/
LY_ERR ly_path_compile_predicate(const struct ly_ctx *ctx, const struct lysc_node *cur_node, const struct lys_module *cur_mod,
- const struct lysc_node *ctx_node, const struct lyxp_expr *expr, uint16_t *tok_idx, LY_VALUE_FORMAT format,
+ const struct lysc_node *ctx_node, const struct lyxp_expr *expr, uint32_t *tok_idx, LY_VALUE_FORMAT format,
void *prefix_data, struct ly_path_predicate **predicates, enum ly_path_pred_type *pred_type);
/**