mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-05-24 15:08:14 +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 i = 1;
|
||||
int i = 0;
|
||||
|
||||
if (!n || !n->child)
|
||||
return (0);
|
||||
|
||||
Reference in New Issue
Block a user