[Groonga-commit] groonga/groonga-query-log at 13a36af [master] Fix wrong constant

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 20 12:19:08 JST 2013


Kouhei Sutou	2013-09-20 12:19:08 +0900 (Fri, 20 Sep 2013)

  New Revision: 13a36af3e8095369d89eb96420e224578864d9e9
  https://github.com/groonga/groonga-query-log/commit/13a36af3e8095369d89eb96420e224578864d9e9

  Message:
    Fix wrong constant

  Modified files:
    bin/groonga-query-log-detect-memory-leak

  Modified: bin/groonga-query-log-detect-memory-leak (+1 -1)
===================================================================
--- bin/groonga-query-log-detect-memory-leak    2013-09-20 11:32:45 +0900 (ab0a158)
+++ bin/groonga-query-log-detect-memory-leak    2013-09-20 12:19:08 +0900 (ccf3cb5)
@@ -20,4 +20,4 @@
 require "groonga/query-log/command/detect-memory-leak"
 
 detect_memory_leak_command = Groonga::QueryLog::Command::DetectMemoryLeak.new
-detect_memory_leak_command.run(*ARGF)
+detect_memory_leak_command.run(*ARGV)
-------------- next part --------------
HTML����������������������������...
Download 



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