[Groonga-commit] groonga/groonga [master] Remove a garbage

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 13 14:10:50 JST 2012


Kouhei Sutou	2012-11-13 14:10:50 +0900 (Tue, 13 Nov 2012)

  New Revision: 102ea177c6c000d5a4e66df9ac7f22bcb3b416ce
  https://github.com/groonga/groonga/commit/102ea177c6c000d5a4e66df9ac7f22bcb3b416ce

  Log:
    Remove a garbage

  Modified files:
    plugins/tokenizers/kytea.cpp

  Modified: plugins/tokenizers/kytea.cpp (+1 -1)
===================================================================
--- plugins/tokenizers/kytea.cpp    2012-11-13 14:10:15 +0900 (febd3f3)
+++ plugins/tokenizers/kytea.cpp    2012-11-13 14:10:50 +0900 (1506f71)
@@ -282,7 +282,7 @@ grn_obj *grn_kytea_next(grn_ctx *ctx, int num_args, grn_obj **args,
                                              tokenizer->query->encoding);
     if (rest_query_string) {
       tokenizer->rest_query_string_length -=
-        rerest_query_string - tokenizer->rest_query_string;
+        rest_query_string - tokenizer->rest_query_string;
     }
     tokenizer->rest_query_string = rest_query_string;
   } else {
-------------- next part --------------
HTML����������������������������...
Download 



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