From c88a55999a93f80462b01d25388172c67df0dc72 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 4 Aug 2019 14:12:31 +0100 Subject: RISC OS: Fix log message. --- frontends/riscos/local_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c index c6c3d8162..3e4e5c31c 100644 --- a/frontends/riscos/local_history.c +++ b/frontends/riscos/local_history.c @@ -398,7 +398,7 @@ ro_local_history_open(struct ro_local_history_window *lhw, wimp_w parent) error = xwimp_set_caret_position(lhw->core.wh, -1, 0, 0, -1, 0); if (error) { NSLOG(netsurf, INFO, - "xwimp_get_caret_position: 0x%x : %s", + "xwimp_set_caret_position: 0x%x : %s", error->errnum, error->errmess); } -- cgit v1.2.3