[Commits] [SCM] claws branch, master, updated. 3.15.0-52-g401c6cd

mones at claws-mail.org mones at claws-mail.org
Sun May 14 12:07:15 CEST 2017


The branch, master has been updated
       via  401c6cdb985141d007cafc5c372e42d23add13bb (commit)
      from  0899c770a683f56b65bc64249421403a8e6ac7bf (commit)

Summary of changes:
 src/html.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 401c6cdb985141d007cafc5c372e42d23add13bb
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sun May 14 12:06:21 2017 +0200

    Fix little mess introduced two pushes ago
    
    In commit 6dfe487100b64f7e5ece4c874d7e8c2b72369e4a

diff --git a/src/html.c b/src/html.c
index 02717e4..0d78c67 100644
--- a/src/html.c
+++ b/src/html.c
@@ -351,8 +351,9 @@ SC_HTMLParser *sc_html_parser_new(FILE *fp, CodeConverter *conv)
 	if (!default_symbol_table) {
 		gint i;
 		default_symbol_table = g_hash_table_new(g_str_hash, g_str_equal);
-		for (i = 0; i < sizeof(list) / sizeof(list[0]); i++)
-			g_hash_table_insert(table, list[i].key, list[i].val);
+		for (i = 0; i < sizeof(symbol_list) / sizeof(symbol_list[0]); i++)
+			g_hash_table_insert(default_symbol_table,
+								symbol_list[i].key, symbol_list[i].val);
 	}
 
 	parser->symbol_table = default_symbol_table;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list