summaryrefslogtreecommitdiff
path: root/frontends/amiga/libs.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-02 14:49:18 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-02 14:49:18 +0100
commit6c8225d3ab17f25aa1e8ed7f22533772c8d98245 (patch)
tree434ae6444455cff1afeec35fd94715c37b04e485 /frontends/amiga/libs.c
parent65175b4362e01a7bf2f373dc100b7fb0ec4cf44c (diff)
downloadnetsurf-6c8225d3ab17f25aa1e8ed7f22533772c8d98245.tar.gz
netsurf-6c8225d3ab17f25aa1e8ed7f22533772c8d98245.tar.bz2
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 :)
Diffstat (limited to 'frontends/amiga/libs.c')
-rw-r--r--frontends/amiga/libs.c2
1 files changed, 1 insertions, 1 deletions
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