mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
RISC OS: Fix log message.
This commit is contained in:
parent
1651dc2fb1
commit
c88a55999a
@ -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);
|
error = xwimp_set_caret_position(lhw->core.wh, -1, 0, 0, -1, 0);
|
||||||
if (error) {
|
if (error) {
|
||||||
NSLOG(netsurf, INFO,
|
NSLOG(netsurf, INFO,
|
||||||
"xwimp_get_caret_position: 0x%x : %s",
|
"xwimp_set_caret_position: 0x%x : %s",
|
||||||
error->errnum,
|
error->errnum,
|
||||||
error->errmess);
|
error->errmess);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user