From 6c8225d3ab17f25aa1e8ed7f22533772c8d98245 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 2 Jul 2016 14:49:18 +0100 Subject: Don't abort on startup if GuiGFX is not available Most OS4 users won't need it, everybody else might like the opportunity of using NetSurf to download it :) --- frontends/amiga/libs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/libs.c') diff --git a/frontends/amiga/libs.c b/frontends/amiga/libs.c index 993cd3ad0..00facf957 100644 --- a/frontends/amiga/libs.c +++ b/frontends/amiga/libs.c @@ -227,7 +227,7 @@ bool ami_libs_open(void) AMINS_LIB_OPEN("Picasso96API.library", 0, P96, "main", 1, false) /* Non-OS provided libraries */ - AMINS_LIB_OPEN("guigfx.library", 9, GuiGFX, "main", 1, true) + AMINS_LIB_OPEN("guigfx.library", 9, GuiGFX, "main", 1, false) /* NB: timer.device is opened in schedule.c (ultimately by the scheduler process). * The library base and interface are obtained there, rather than here, due to -- cgit v1.2.3