Menu

#69 Missing whitespace in bb_tree OOGL output

open
nobody
None
5
2011-10-16
2011-10-16
No

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.

Discussion


Log in to post a comment.

Monday.com Logo