[Groonga-commit] ranguba/rroonga at e5ba71b [master] Follow argument order change

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 18 12:14:39 JST 2015


Kouhei Sutou	2015-05-18 12:14:39 +0900 (Mon, 18 May 2015)

  New Revision: e5ba71bb1b09978a6288508a96b9e46b07fa0752
  https://github.com/ranguba/rroonga/commit/e5ba71bb1b09978a6288508a96b9e46b07fa0752

  Message:
    Follow argument order change

  Modified files:
    ext/groonga/rb-grn-query-logger.c

  Modified: ext/groonga/rb-grn-query-logger.c (+1 -1)
===================================================================
--- ext/groonga/rb-grn-query-logger.c    2015-05-18 12:10:23 +0900 (87e4eed)
+++ ext/groonga/rb-grn-query-logger.c    2015-05-18 12:14:39 +0900 (c9d3a48)
@@ -230,7 +230,7 @@ rb_grn_query_logger_s_register (int argc, VALUE *argv, VALUE klass)
     }
     if (!NIL_P(rb_flags)) {
         flags = rb_funcall(mGrnQueryLoggerFlags, id_parse, 2,
-                           UINT2NUM(flags), rb_flags);
+                           rb_flags, UINT2NUM(flags));
     }
 
     rb_grn_query_logger.flags     = flags;
-------------- next part --------------
HTML����������������������������...
Download 



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