From f4903743baa616e39aefdab2d2b9920cb7a348fe Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 5 Aug 2015 23:42:20 +0100 Subject: Abstract all instances of NewMinList as it causes alert 80000006 on OS3 --- amiga/hotlist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga/hotlist.c') diff --git a/amiga/hotlist.c b/amiga/hotlist.c index 7ca2c16a2..79e679f77 100755 --- a/amiga/hotlist.c +++ b/amiga/hotlist.c @@ -42,7 +42,6 @@ void ami_hotlist_initialise(const char *hotlist_file) { tree_hotlist_path = hotlist_file; hotlist_window = ami_tree_create(TREE_HOTLIST, NULL); - if(!hotlist_window) return; } -- cgit v1.2.3