From f6b15c1061327076d28a8438ff5baf0ab7bfe4d8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 18 Apr 2012 19:44:09 +0000 Subject: Re-jig URL launch as would never have fallen back to using openurl.library. Add it as an option instead. svn path=/trunk/netsurf/; revision=13882 --- amiga/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/font.c') diff --git a/amiga/font.c b/amiga/font.c index 213afbb38..fd3c00ddf 100644 --- a/amiga/font.c +++ b/amiga/font.c @@ -584,7 +584,7 @@ int32 ami_font_width_glyph(struct OutlineFont *ofont, TAG_END) == 0) { gwnode = GetHead((struct MinList *)gwlist); - char1w = gwnode->gwe_Width; + if(gwnode) char1w = gwnode->gwe_Width; kern = 0; -- cgit v1.2.3