From f6ab2dad74b981bd9e222f771a62cad34ae35c34 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 2 Jan 2017 21:46:26 -0800 Subject: Detect system type from filename if header based methods fail. Allow overriding system type from command line. --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index 9930b73..bf8c5e0 100644 --- a/config.c +++ b/config.c @@ -116,7 +116,7 @@ open_fail: tern_node *parse_bundled_config(char *config_name) { - long confsize; + uint32_t confsize; char *confdata = read_bundled_file(config_name, &confsize); tern_node *ret = NULL; if (confdata) { -- cgit v1.2.3