better
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-09 08:00:21 +09:00
commit 58cc16276a
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -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;
}