Missing whitespace in bb_tree OOGL output
Brought to you by:
popinet
The OOGL output from gts_bb_tree_draw() is missing whitespace after the opening 'LIST' tag. It appears as 'LISTOFF' when it should be 'LIST\nOFF'. This could be very easily fixed by adding a '\n' to bbtree.c:781 in version 0.7.6.
The offending line looks like this:
fprintf (fptr, "{ LIST");
It should look like this:
fprintf (fptr, "{ LIST\n");
With all the SPAM in this bug database I wonder if anyone is reading this. Deleting all the reports from 'nobody' would be a start.