Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/598629c7369c717f76f52436c27863c073e0e2c8
...commit
http://git.netsurf-browser.org/netsurf.git/commit/598629c7369c717f76f52436c27863c073e0e2c8
...tree
http://git.netsurf-browser.org/netsurf.git/tree/598629c7369c717f76f52436c27863c073e0e2c8
The branch, master has been updated
via 598629c7369c717f76f52436c27863c073e0e2c8 (commit)
from b765d8b46189642d488736075771724c8ef0f117 (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=598629c7369c717f76f52436c27863c073e0e2c8
commit 598629c7369c717f76f52436c27863c073e0e2c8
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
correct size
diff --git a/frontends/amiga/iff_dr2d.c b/frontends/amiga/iff_dr2d.c
index 0e7b706..624b501 100644
--- a/frontends/amiga/iff_dr2d.c
+++ b/frontends/amiga/iff_dr2d.c
@@ -283,7 +283,7 @@ bool ami_svg_to_dr2d(struct IFFHandle *iffh, const char
*buffer,
if(!(PushChunk(iffh, 0, ID_FONS,
IFFSIZE_UNKNOWN)))
{
WriteChunkBytes(iffh, fons,
sizeof(struct fons_struct));
- WriteChunkBytes(iffh,
"Helvetica\0", 6);
+ WriteChunkBytes(iffh,
"Helvetica\0", 10);
PopChunk(iffh);
}
free(fons);
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/iff_dr2d.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/amiga/iff_dr2d.c b/frontends/amiga/iff_dr2d.c
index 0e7b706..624b501 100644
--- a/frontends/amiga/iff_dr2d.c
+++ b/frontends/amiga/iff_dr2d.c
@@ -283,7 +283,7 @@ bool ami_svg_to_dr2d(struct IFFHandle *iffh, const char
*buffer,
if(!(PushChunk(iffh, 0, ID_FONS,
IFFSIZE_UNKNOWN)))
{
WriteChunkBytes(iffh, fons,
sizeof(struct fons_struct));
- WriteChunkBytes(iffh,
"Helvetica\0", 6);
+ WriteChunkBytes(iffh,
"Helvetica\0", 10);
PopChunk(iffh);
}
free(fons);
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]