mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-06-03 10:25:52 +00:00
Solving a small bug
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
int xml_getchildcount_filtered(node *n, char *name)
|
int xml_getchildcount_filtered(node *n, char *name)
|
||||||
{
|
{
|
||||||
int i = 1;
|
int i = 0;
|
||||||
|
|
||||||
if (!n || !n->child)
|
if (!n || !n->child)
|
||||||
return (0);
|
return (0);
|
||||||
|
|||||||
Reference in New Issue
Block a user