Gitweb links:
...log
http://git.netsurf-browser.org/librufl.git/shortlog/b014c9490055a7272b328...
...commit
http://git.netsurf-browser.org/librufl.git/commit/b014c9490055a7272b32889...
...tree
http://git.netsurf-browser.org/librufl.git/tree/b014c9490055a7272b3288988...
The branch, master has been updated
via b014c9490055a7272b32889881d5a4cf0c172e94 (commit)
from 1a62581accb099cf83c08de9e9f1535d807bebfc (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/librufl.git/commit/?id=b014c9490055a7272b3...
commit b014c9490055a7272b32889881d5a4cf0c172e94
Author: John-Mark Bell <jmb(a)netsurf-browser.org>
Commit: John-Mark Bell <jmb(a)netsurf-browser.org>
Squash warning
diff --git a/src/rufl_init.c b/src/rufl_init.c
index 8cd0358..e85524c 100644
--- a/src/rufl_init.c
+++ b/src/rufl_init.c
@@ -1019,8 +1019,8 @@ rufl_code rufl_init_read_encoding(font_f font,
bool emit = false;
unsigned int u = 0;
unsigned int i = 0;
+ unsigned int n;
int c;
- int n;
char filename[200];
char s[200];
struct rufl_glyph_map_entry *entry;
-----------------------------------------------------------------------
Summary of changes:
src/rufl_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rufl_init.c b/src/rufl_init.c
index 8cd0358..e85524c 100644
--- a/src/rufl_init.c
+++ b/src/rufl_init.c
@@ -1019,8 +1019,8 @@ rufl_code rufl_init_read_encoding(font_f font,
bool emit = false;
unsigned int u = 0;
unsigned int i = 0;
+ unsigned int n;
int c;
- int n;
char filename[200];
char s[200];
struct rufl_glyph_map_entry *entry;
--
RISC OS Unicode Font Library