New tests and help texts
This commit is contained in:
Olof hagsand 2023-02-02 07:32:24 +01:00
parent af1f5a037d
commit 6d82c70e26
3 changed files with 82 additions and 9 deletions

View file

@ -795,7 +795,7 @@ xpath_vec(cxobj *xcur,
goto done;
}
va_end(ap);
*vec=NULL;
*vec = NULL;
*veclen = 0;
if (xpath_vec_ctx(xcur, nsc, xpath, 0, &xr) < 0)
goto done;