[Groonga-commit] groonga/groonga at 712ae3d [master] Add a missing ", "

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 18 12:00:55 JST 2015


Kouhei Sutou	2015-10-18 12:00:55 +0900 (Sun, 18 Oct 2015)

  New Revision: 712ae3dd0c38c23da82a7c05e5da01a29ed25102
  https://github.com/groonga/groonga/commit/712ae3dd0c38c23da82a7c05e5da01a29ed25102

  Message:
    Add a missing ","

  Modified files:
    plugins/tokenizers/mecab.c

  Modified: plugins/tokenizers/mecab.c (+1 -1)
===================================================================
--- plugins/tokenizers/mecab.c    2015-10-18 11:59:10 +0900 (42b0b71)
+++ plugins/tokenizers/mecab.c    2015-10-18 12:00:55 +0900 (228aed3)
@@ -307,7 +307,7 @@ mecab_create(grn_ctx *ctx)
 #ifdef GRN_WITH_BUNDLED_MECAB
     GRN_PLUGIN_ERROR(ctx, GRN_TOKENIZER_ERROR,
                      "[tokenizer][mecab] failed to create mecab_t: %s: "
-                     "mecab_new(\"%s\", \"%s\", \"%s\", \"%s\")"
+                     "mecab_new(\"%s\", \"%s\", \"%s\", \"%s\")",
                      mecab_global_error_message(),
                      argv[0], argv[1], argv[2], argv[3]);
 #else /* GRN_WITH_BUNDLED_MECAB */
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index