summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-30 11:34:45 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-30 11:34:45 +0100
commit545644f23d388467e7cd3ce7562f1ff3e7ae6c29 (patch)
tree710b5e8f39582a6336734678568dae5c820b41fc /atari/hotlist.c
parent03566a1182809c00b1df4060645d17315e55660f (diff)
downloadnetsurf-545644f23d388467e7cd3ce7562f1ff3e7ae6c29.tar.gz
netsurf-545644f23d388467e7cd3ce7562f1ff3e7ae6c29.tar.bz2
update atari frontend to remove usage of depricated warn_user API
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);