Skip to content
Snippets Groups Projects

Evidence collection

Collected 4 years ago

Release notes

node.cpp like line 920 need to fix a for loop that's missing the bracks:

for(...) if(...) x;

is not working syntax