From 8fd04922cc25bfd2205881fc5d4220c84b2c6fe0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 26 Apr 2016 15:16:33 +0100 Subject: update RISC OS frontend to not use the depricated warn_user API --- riscos/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index 0ddc3c858..c72840448 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -234,7 +234,7 @@ void ro_gui_hotlist_open(void) return; LOG("xos_cli: 0x%x: %s", error->errnum, error->errmess); - warn_user("Failed to launch external hotlist: %s", + ro_warn_user("Failed to launch external hotlist: %s", error->errmess); } -- cgit v1.2.3