whoops, my bad
This commit is contained in:
parent
f35ab314bf
commit
d9b79d6e3e
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ xmlGetNumElements(void *id, const char *path)
|
|||
if (nname)
|
||||
{
|
||||
clen = nname-pathname;
|
||||
p = __xmlGetNode(xid->start, xid->len, pname, &clen);
|
||||
p = __xmlGetNode(xid->start, xid->len, path, &clen);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue