Kouhei Sutou
null+****@clear*****
Sun Nov 15 16:00:43 JST 2015
Kouhei Sutou 2015-11-15 16:00:43 +0900 (Sun, 15 Nov 2015) New Revision: 69119ce144f51b44c9e25a6a2d93cd465549fc64 https://github.com/groonga/groonga/commit/69119ce144f51b44c9e25a6a2d93cd465549fc64 Message: Fix wrong type Modified files: plugins/query_expanders/tsv.c Modified: plugins/query_expanders/tsv.c (+1 -1) =================================================================== --- plugins/query_expanders/tsv.c 2015-11-15 15:31:05 +0900 (d486d75) +++ plugins/query_expanders/tsv.c 2015-11-15 16:00:43 +0900 (478fa44) @@ -131,7 +131,7 @@ guess_encoding(grn_ctx *ctx, const char **line, size_t *line_length) } static void -parse_synonyms_file_line(grn_ctx *ctx, const char *line, int line_length, +parse_synonyms_file_line(grn_ctx *ctx, const char *line, size_t line_length, grn_obj *key, grn_obj *value) { size_t i = 0; -------------- next part -------------- HTML����������������������������...Download