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

This commit is contained in:
Nishi 2026-03-17 09:27:21 +09:00
commit d332b1264d
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 5 additions and 4 deletions

View file

@ -399,7 +399,7 @@ void default_nav(FILE* out, const char* top, xl_node_t* element, int indent) {
excludes = xl_get_path(element, "exclude");
xml = scan_xml("site/content/", "", excludes, strcmp(layer, "*") == 0 ? -0xffff : (atoi(layer) - 1));
xml = scan_xml("site/content/", "", excludes, strcmp(layer, "*") == 0 ? 0xffff : (atoi(layer) - 1));
if(excludes != NULL) free(excludes);