Kouhei Sutou
null+****@clear*****
Sun Oct 18 15:13:42 JST 2015
Kouhei Sutou 2015-10-18 15:13:42 +0900 (Sun, 18 Oct 2015) New Revision: f0ff26ad5c61a0e4503541f9e1dde2591ce3f968 https://github.com/groonga/groonga/commit/f0ff26ad5c61a0e4503541f9e1dde2591ce3f968 Message: windows tokenizer mecab: remove garbage "="... Modified files: plugins/tokenizers/mecab.c Modified: plugins/tokenizers/mecab.c (+1 -1) =================================================================== --- plugins/tokenizers/mecab.c 2015-10-18 15:09:41 +0900 (45fd406) +++ plugins/tokenizers/mecab.c 2015-10-18 15:13:42 +0900 (1d153a4) @@ -299,7 +299,7 @@ mecab_create(grn_ctx *ctx) char *c; for (c = windows_mecab_rc_file; *c != '\0'; c++) { if (*c == '/') { - *c == '\\'; + *c = '\\'; } } } -------------- next part -------------- HTML����������������������������...Download