Kouhei Sutou
null+****@clear*****
Mon Mar 17 16:38:06 JST 2014
Kouhei Sutou 2014-03-17 16:38:06 +0900 (Mon, 17 Mar 2014) New Revision: 568817f614ddcd365b25bfeaabc6591d273aae96 https://github.com/droonga/fluent-plugin-droonga/commit/568817f614ddcd365b25bfeaabc6591d273aae96 Message: Remove needless "do" Modified files: lib/droonga/catalog/version2.rb Modified: lib/droonga/catalog/version2.rb (+1 -1) =================================================================== --- lib/droonga/catalog/version2.rb 2014-03-14 17:18:27 +0900 (f08a8e8) +++ lib/droonga/catalog/version2.rb 2014-03-17 16:38:06 +0900 (02cfcc3) @@ -143,7 +143,7 @@ module Droonga hash = Zlib.crc32(key) min = 0 max = continuum.size - 1 - while (min < max) do + while (min < max) index = (min + max) / 2 value, key = continuum[index] return key if value == hash -------------- next part -------------- HTML����������������������������...Download