[Groonga-commit] ranguba/rroonga at 0209ad4 [master] Use grn_config_set() instead of grn_conf_set()

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Feb 29 00:29:30 JST 2016


Masafumi Yokoyama	2016-02-29 00:29:30 +0900 (Mon, 29 Feb 2016)

  New Revision: 0209ad49327c48eb36f8c277e8f116e64a0f169f
  https://github.com/ranguba/rroonga/commit/0209ad49327c48eb36f8c277e8f116e64a0f169f

  Message:
    Use grn_config_set() instead of grn_conf_set()

  Modified files:
    ext/groonga/rb-grn-config.c

  Modified: ext/groonga/rb-grn-config.c (+1 -3)
===================================================================
--- ext/groonga/rb-grn-config.c    2016-02-29 00:25:45 +0900 (5cefa36)
+++ ext/groonga/rb-grn-config.c    2016-02-29 00:29:30 +0900 (7ca3371)
@@ -121,9 +121,7 @@ rb_grn_config_set (VALUE self, VALUE rb_key, VALUE rb_value)
 
     {
         grn_rc rc;
-        /* TODO: Replace it with grn_config_set() after Groonga 5.1.2
-         * is released.*/
-        rc = grn_conf_set(context,
+        rc = grn_config_set(context,
                           key, key_size,
                           value, value_size);
         rb_grn_context_check(context, self);
-------------- next part --------------
HTML����������������������������...
Download 



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