in reply to Single code block split into multiple sequential code blocks.
The OP is actually intentionally opening and closing the code blocks several times in his post, apparently to facilitate putting portions of the code in <readmore> tags.
The bug is in how the post is written.
The OP, or a janitor could fix it. Best if the OP does, because a Janitor would have to decide whether to put all the code in readmore tags, or none of it; a decision that the OP probably should be the one to make, if possible.
Update: Here is an example of how one small portion of the original post looked in the OP's textbox when 'submit' was clicked:
const NV nv2 = SvNSIV(b); return nv1 < nv2 ? -1 : nv1 > nv2 ? 1 : 0; } </code> </readmore> <code> void percent2(SV* sv, ...) { I32 i; I32 arrayLen;
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Single code block split into multiple sequential code blocks.
by BrowserUk (Patriarch) on Oct 30, 2014 at 20:59 UTC | |
by davido (Cardinal) on Oct 30, 2014 at 21:03 UTC |