Typo in xpath ilen
Doc of backend code
This commit is contained in:
parent
6fedf65de7
commit
0df023c70e
3 changed files with 34 additions and 32 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue