Re: [Extension Request] Other fileending for ST Experimental
Reply #8 –
It is not neccessary to fail, as the size of a node is given in the node header. That can be patched out I think.
Example from building reader:
fread(besch_buf, node.size, 1, fp);
So any superflous code will be ignored.