On Wed, 22 Dec 2004, Dom wrote:
I've been struggling to get !Netsurf to run properly for
a few weeks now. After spending all day today pouring
through the code looking for a mistake I've tracked it
down to being a bug in GDraw/!SpecialFX after I worked
out that all the errors go into stderr!
I'd have thought that was fairly obvious ;)
The following patch fixes netsurf to run with GDraw
as quite a few people use this it may be worth putting
it in the main version?
193c193
< error = xdraw_fill((draw_path *) path, 0, 0, 0);
---
> error = xdraw_fill((draw_path *) path, 0x30, 0, 0);
riscos/plotters.c? Probably sensible to apply this work around (although
you should probably notify David Pilling / Martin Wuerther of the issue,
too)
I also notice that this file (unlike most of the others)
has horrible line-end characters which has been causing
grief when I try and diff in cvs
I'm not seeing this, fwiw.
John.