[Groonga-commit] ranguba/rroonga at 4d9e954 [add-logger-flags] Use the correct type for macro

Back to archive index

Masafumi Yokoyama null+****@clear*****
Wed Jan 11 18:11:55 JST 2017


Masafumi Yokoyama	2017-01-11 18:11:55 +0900 (Wed, 11 Jan 2017)

  New Revision: 4d9e9545076b2f6cbf0d73c3bfc5a192737cf85e
  https://github.com/ranguba/rroonga/commit/4d9e9545076b2f6cbf0d73c3bfc5a192737cf85e

  Message:
    Use the correct type for macro

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

  Modified: ext/groonga/rb-grn-logger.c (+1 -1)
===================================================================
--- ext/groonga/rb-grn-logger.c    2016-12-12 21:10:55 +0900 (5dfb458)
+++ ext/groonga/rb-grn-logger.c    2017-01-11 18:11:55 +0900 (6822fb3)
@@ -563,7 +563,7 @@ rb_grn_logger_s_get_flags (VALUE klass)
     VALUE rb_flags;
 
     flags = grn_default_logger_get_flags();
-    rb_flags = UINT2NUM(flags);
+    rb_flags = INT2NUM(flags);
 
     return rb_flags;
 }
-------------- next part --------------
HTML����������������������������...
Download 



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