Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/169a91ace945ca0c0747f...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/169a91ace945ca0c0747ffa...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/169a91ace945ca0c0747ffa0f...
The branch, master has been updated
via 169a91ace945ca0c0747ffa0f7db5ee550188c87 (commit)
from a40dca49e8493802d7064bd8e6aaab03436568ee (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=169a91ace945ca0c074...
commit 169a91ace945ca0c0747ffa0f7db5ee550188c87
Author: Michael Drake <michael.drake(a)codethink.co.uk>
Commit: Michael Drake <michael.drake(a)codethink.co.uk>
RISC OS: Plotters: Fix typo.
diff --git a/frontends/riscos/save_draw.c b/frontends/riscos/save_draw.c
index 28880e5..1e67d2d 100644
--- a/frontends/riscos/save_draw.c
+++ b/frontends/riscos/save_draw.c
@@ -407,7 +407,7 @@ ro_save_draw_path(const struct redraw_context *ctx,
pstyle->stroke_colour == NS_TRANSPARENT ?
pencil_TRANSPARENT :
pstyle->stroke_colour << 8,
- plot_style_fixed_to_int(style->stroke_width),
+ plot_style_fixed_to_int(pstyle->stroke_width),
pencil_JOIN_MITRED,
pencil_CAP_BUTT,
pencil_CAP_BUTT,
-----------------------------------------------------------------------
Summary of changes:
frontends/riscos/save_draw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/riscos/save_draw.c b/frontends/riscos/save_draw.c
index 28880e5..1e67d2d 100644
--- a/frontends/riscos/save_draw.c
+++ b/frontends/riscos/save_draw.c
@@ -407,7 +407,7 @@ ro_save_draw_path(const struct redraw_context *ctx,
pstyle->stroke_colour == NS_TRANSPARENT ?
pencil_TRANSPARENT :
pstyle->stroke_colour << 8,
- plot_style_fixed_to_int(style->stroke_width),
+ plot_style_fixed_to_int(pstyle->stroke_width),
pencil_JOIN_MITRED,
pencil_CAP_BUTT,
pencil_CAP_BUTT,
--
NetSurf Browser