[Groonga-commit] groonga/groonga at 2a9d055 [master] mrb: use pre defined operator value

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 23 11:09:54 JST 2015


Kouhei Sutou	2015-02-23 11:09:54 +0900 (Mon, 23 Feb 2015)

  New Revision: 2a9d0551f69f4effdeb5da5cffdb3d90470de899
  https://github.com/groonga/groonga/commit/2a9d0551f69f4effdeb5da5cffdb3d90470de899

  Message:
    mrb: use pre defined operator value

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

  Modified: lib/mrb/scripts/scan_info_data.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/scan_info_data.rb    2015-02-21 18:41:14 +0900 (9dc32b6)
+++ lib/mrb/scripts/scan_info_data.rb    2015-02-23 11:09:54 +0900 (9b061ee)
@@ -18,7 +18,7 @@ module Groonga
     def initialize(start)
       @start = start
       @end = 0
-      @op = 0
+      @op = Operator::NOP
       @logical_op = Operator::OR
       @query = nil
       @args = []
-------------- next part --------------
HTML����������������������������...
Download 



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