summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-29 18:10:45 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-29 18:10:45 +0000
commit64575f2aed9b8f205a6dc1c721e441197c1c2e1f (patch)
tree90b88009d41cb245fe19b39b797d0cd76acd2044 /amiga/gui.c
parent618e4570ef42b1d0521f7a1295ea7efde68fb17c (diff)
downloadnetsurf-64575f2aed9b8f205a6dc1c721e441197c1c2e1f.tar.gz
netsurf-64575f2aed9b8f205a6dc1c721e441197c1c2e1f.tar.bz2
Avoid some crashing by disabling the update of the hotlist menu
This will be fixed properly when the menu code is re-written to use menuclass, as that supports dynamic updates.
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 988111151..e63812976 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3739,7 +3739,7 @@ HOOKF(void, ami_scroller_hook, Object *, object, struct IntuiMessage *)
break;
default:
- LOG("IDCMP hook unhandled event: %d\n", msg->Class);
+ LOG("IDCMP hook unhandled event: %ld\n", msg->Class);
break;
}
// ReplyMsg((struct Message *)msg);