This commit is contained in:
parent
9ac1db3cf6
commit
58cc16276a
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ char* u_section_id(xl_node_t* node) {
|
|||
while(child != NULL) {
|
||||
if(child == node) break;
|
||||
|
||||
unique++;
|
||||
if(child->type == XL_NODE_NODE && child->name != NULL && strcmp(child->name, "section") == 0) unique++;
|
||||
child = child->next;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue