Typo in xpath ilen

Doc of backend code
This commit is contained in:
Olof hagsand 2023-01-02 21:21:37 +01:00
parent 6fedf65de7
commit 0df023c70e
3 changed files with 34 additions and 32 deletions

View file

@ -875,7 +875,6 @@ xpath_vec_flag(cxobj *xcur,
goto done;
if (xr && xr->xc_type == XT_NODESET){
for (i=0; i<xr->xc_size; i++){
int ilen;
x = xr->xc_nodeset[i];
if (flags==0x0 || xml_flag(x, flags))
if (cxvec_append(x, vec, &ilen) < 0)