[Groonga-commit] ranguba/rroonga at 179453a [master] Use grn_config_get() instead of grn_conf_get()

Back to archive index

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


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

  New Revision: 179453a43bccec90e449e913babf1966d89d8d46
  https://github.com/ranguba/rroonga/commit/179453a43bccec90e449e913babf1966d89d8d46

  Message:
    Use grn_config_get() instead of grn_conf_get()

  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:16:26 +0900 (aa8e98e)
+++ ext/groonga/rb-grn-config.c    2016-02-29 00:25:04 +0900 (d096e92)
@@ -73,9 +73,7 @@ rb_grn_config_get (VALUE self, VALUE rb_key)
 
     {
         grn_rc rc;
-        /* TODO: Replace it with grn_config_get() after Groonga 5.1.2
-         * is released.*/
-        rc = grn_conf_get(context,
+        rc = grn_config_get(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