Gitweb links:
...log
http://git.netsurf-browser.org/librufl.git/shortlog/0e82e94e18dc9cfe8ea71...
...commit
http://git.netsurf-browser.org/librufl.git/commit/0e82e94e18dc9cfe8ea71b2...
...tree
http://git.netsurf-browser.org/librufl.git/tree/0e82e94e18dc9cfe8ea71b221...
The branch, master has been updated
via 0e82e94e18dc9cfe8ea71b221d3d9105d252e38b (commit)
from b014c9490055a7272b32889881d5a4cf0c172e94 (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=0e82e94e18dc9cfe8ea...
commit 0e82e94e18dc9cfe8ea71b221d3d9105d252e38b
Author: John-Mark Bell <jmb(a)netsurf-browser.org>
Commit: John-Mark Bell <jmb(a)netsurf-browser.org>
Squash another warning
diff --git a/src/rufl_init.c b/src/rufl_init.c
index e85524c..b441edc 100644
--- a/src/rufl_init.c
+++ b/src/rufl_init.c
@@ -1019,7 +1019,7 @@ rufl_code rufl_init_read_encoding(font_f font,
bool emit = false;
unsigned int u = 0;
unsigned int i = 0;
- unsigned int n;
+ unsigned int n = 0;
int c;
char filename[200];
char s[200];
-----------------------------------------------------------------------
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 e85524c..b441edc 100644
--- a/src/rufl_init.c
+++ b/src/rufl_init.c
@@ -1019,7 +1019,7 @@ rufl_code rufl_init_read_encoding(font_f font,
bool emit = false;
unsigned int u = 0;
unsigned int i = 0;
- unsigned int n;
+ unsigned int n = 0;
int c;
char filename[200];
char s[200];
--
RISC OS Unicode Font Library