[Groonga-commit] groonga/groonga at be38c6f [master] kytea: follow variable name change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 30 09:19:30 JST 2018


Kouhei Sutou	2018-05-30 09:19:30 +0900 (Wed, 30 May 2018)

  New Revision: be38c6f5579e4b05e4e073a9e772acfa48cab02e
  https://github.com/groonga/groonga/commit/be38c6f5579e4b05e4e073a9e772acfa48cab02e

  Message:
    kytea: follow variable name change

  Modified files:
    plugins/tokenizers/kytea.cpp

  Modified: plugins/tokenizers/kytea.cpp (+1 -1)
===================================================================
--- plugins/tokenizers/kytea.cpp    2018-05-29 11:02:27 +0900 (880742801)
+++ plugins/tokenizers/kytea.cpp    2018-05-30 09:19:30 +0900 (c03580006)
@@ -222,7 +222,7 @@ grn_obj *grn_kytea_init(grn_ctx *ctx, int num_args, grn_obj **args,
   const char *normalized_string;
   unsigned int normalized_string_length;
   grn_string_get_normalized(ctx,
-                            normalized_query,
+                            string,
                             &normalized_string,
                             &normalized_string_length,
                             NULL);
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180530/e1e2665e/attachment.htm 



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