[Groonga-commit] groonga/groonga-command-parser at 05cb85e [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 9 21:43:31 JST 2015


Kouhei Sutou	2015-07-09 21:43:31 +0900 (Thu, 09 Jul 2015)

  New Revision: 05cb85eb25e0c76869ec7fc25575820f65f777f3
  https://github.com/groonga/groonga-command-parser/commit/05cb85eb25e0c76869ec7fc25575820f65f777f3

  Message:
    Fix a typo...

  Modified files:
    lib/groonga/command/parser/command/groonga-command-logicalify.rb

  Modified: lib/groonga/command/parser/command/groonga-command-logicalify.rb (+1 -1)
===================================================================
--- lib/groonga/command/parser/command/groonga-command-logicalify.rb    2015-07-09 19:05:11 +0900 (d4c6864)
+++ lib/groonga/command/parser/command/groonga-command-logicalify.rb    2015-07-09 21:43:31 +0900 (1c98718)
@@ -105,7 +105,7 @@ module Groonga
               month = $2.to_i
               day = $3.to_i
               min = Time.local(year, month, day)
-              max = min + (60 + 60 * 24)
+              max = min + (60 * 60 * 24)
             else
               return
             end
-------------- next part --------------
HTML����������������������������...
Download 



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