[Groonga-commit] groonga/groonga at fe24d54 [master] Fix a bug that the second argument is ignored

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Jan 23 13:13:45 JST 2016


Kouhei Sutou	2016-01-23 13:13:45 +0900 (Sat, 23 Jan 2016)

  New Revision: fe24d54fd5c1fb3651933aff813fcf9e27b0ccda
  https://github.com/groonga/groonga/commit/fe24d54fd5c1fb3651933aff813fcf9e27b0ccda

  Message:
    Fix a bug that the second argument is ignored

  Modified files:
    lib/proc/proc_table.c

  Modified: lib/proc/proc_table.c (+1 -1)
===================================================================
--- lib/proc/proc_table.c    2016-01-23 12:45:33 +0900 (090314a)
+++ lib/proc/proc_table.c    2016-01-23 13:13:45 +0900 (b3d9cce)
@@ -570,6 +570,6 @@ grn_proc_init_table_rename(grn_ctx *ctx)
   grn_plugin_command_create(ctx,
                             "table_rename", -1,
                             command_table_rename,
-                            1,
+                            2,
                             vars);
 }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る