summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/hotlist.c')
-rw-r--r--atari/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/hotlist.c b/atari/hotlist.c
index 380e1b6c1..1130e6251 100644
--- a/atari/hotlist.c
+++ b/atari/hotlist.c
@@ -93,7 +93,7 @@ static void atari_hotlist_keypress(struct core_window *cw, uint32_t ucs4)
{
GUIWIN *gemtk_win;
GRECT area;
- LOG("ucs4: %lu\n", ucs4);
+ LOG("ucs4: %"PRIu32 , ucs4);
hotlist_keypress(ucs4);
gemtk_win = atari_treeview_get_gemtk_window(cw);
atari_treeview_get_grect(cw, TREEVIEW_AREA_CONTENT, &area);