Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c88a55999a93f80462b01d25388172c67df0dc72
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c88a55999a93f80462b01d25388172c67df0dc72
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c88a55999a93f80462b01d25388172c67df0dc72
The branch, master has been updated
via c88a55999a93f80462b01d25388172c67df0dc72 (commit)
from 1651dc2fb142430046c83e2158335f1200149483 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=c88a55999a93f80462b01d25388172c67df0dc72
commit c88a55999a93f80462b01d25388172c67df0dc72
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
RISC OS: Fix log message.
diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c
index c6c3d81..3e4e5c3 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);
}
-----------------------------------------------------------------------
Summary of changes:
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 c6c3d81..3e4e5c3 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);
}
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org