[Groonga-commit] ranguba/rroonga at 117d2a7 [master] Add missing initialization

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 18 17:42:02 JST 2015


Kouhei Sutou	2015-05-18 17:42:02 +0900 (Mon, 18 May 2015)

  New Revision: 117d2a7978bde262907f592c44bf2fc6a8133a49
  https://github.com/ranguba/rroonga/commit/117d2a7978bde262907f592c44bf2fc6a8133a49

  Message:
    Add missing initialization

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

  Modified: ext/groonga/rb-grn-logger.c (+1 -1)
===================================================================
--- ext/groonga/rb-grn-logger.c    2015-05-18 13:17:04 +0900 (17d7a22)
+++ ext/groonga/rb-grn-logger.c    2015-05-18 17:42:02 +0900 (bdac115)
@@ -166,7 +166,7 @@ rb_grn_logger_s_log (int argc, VALUE *argv, VALUE klass)
     VALUE rb_file;
     const char *file = NULL;
     VALUE rb_line;
-    int line;
+    int line = 0;
     VALUE rb_function;
     const char *function = NULL;
     VALUE rb_options;
-------------- next part --------------
HTML����������������������������...
Download 



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