[Groonga-commit] droonga/droonga-engine at 5853348 [master] Fix infinity loop

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jul 15 19:24:57 JST 2014


YUKI Hiroshi	2014-07-15 19:24:57 +0900 (Tue, 15 Jul 2014)

  New Revision: 585334833802ee772c6875ac9af368bdf13447fd
  https://github.com/droonga/droonga-engine/commit/585334833802ee772c6875ac9af368bdf13447fd

  Message:
    Fix infinity loop

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2014-07-15 19:20:57 +0900 (68ff4cc)
+++ lib/droonga/searcher.rb    2014-07-15 19:24:57 +0900 (de1f394)
@@ -559,7 +559,7 @@ module Droonga
           value.record_id
         when Array
           value.collect do |one_value|
-            one_record_value(value)
+            one_record_value(one_value)
           end
         else
           value
-------------- next part --------------
HTML����������������������������...
Download 



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