On Thursday 05 February 2004 12:10 am, Gerald K. Dobiasovsky wrote:
two small things, one merely cosmetic, the other not serious either (provided it's a bug at all)...
In fractalp.c the second prompt for type "dynamic" is missing a closing parenthesis:
"time step (<0 = Euler"
Fixed it. Thanks.
In gifview.c the following line appears two times to set the color depth:
planes = (buffer[10] & 0x0F) + 1;
Now this masks the lowest 4 bits, where the lowest 3 determine the color depth and the next bit is set to zero in GIF87a anyway, but in GIF89a it might be set to 1 signalling an "ordered palette". So if someone is loading a non-fractint GIF with this bit set...
(If the last paragraph is nonsense - not too unlikely considering my programming "expertise" - please kindly ignore.)
I don't see this line twice in gifview.c in any of the four different sources I have. Although it doesn't always matter, it is helpful to know which source you are looking at and where did you get it. 8-)) Jonathan