[Groonga-commit] groonga/groonga at 4d48f8f [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 16 16:10:41 JST 2017


Kouhei Sutou	2017-02-16 16:10:41 +0900 (Thu, 16 Feb 2017)

  New Revision: 4d48f8f195b78bf0a6bb3d5d23f58b8590caa4a4
  https://github.com/groonga/groonga/commit/4d48f8f195b78bf0a6bb3d5d23f58b8590caa4a4

  Message:
    Fix a typo

  Modified files:
    lib/mrb/scripts/scan_info_builder.rb

  Modified: lib/mrb/scripts/scan_info_builder.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/scan_info_builder.rb    2017-02-16 11:31:44 +0900 (98cedcc)
+++ lib/mrb/scripts/scan_info_builder.rb    2017-02-16 16:10:41 +0900 (8b46054)
@@ -167,7 +167,7 @@ module Groonga
           first_data.logical_op = @operator
         end
       else
-        put_logical_op(@operator, @context.n_codes)
+        put_logical_op(@operator, context.n_codes)
       end
 
       optimize
-------------- next part --------------
HTML����������������������������...
下載 



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