[Groonga-commit] groonga/groonga at ede5edb [master] Add missing "[0]"

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Apr 16 14:02:03 JST 2015


Kouhei Sutou	2015-04-16 14:02:03 +0900 (Thu, 16 Apr 2015)

  New Revision: ede5edb715cdd8ef9b89d85dab6632dffad92e00
  https://github.com/groonga/groonga/commit/ede5edb715cdd8ef9b89d85dab6632dffad92e00

  Message:
    Add missing "[0]"

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2015-04-16 14:01:24 +0900 (1b48bda)
+++ lib/ctx.c    2015-04-16 14:02:03 +0900 (cccf2db)
@@ -879,7 +879,7 @@ grn_init(void)
     grn_getenv("GRN_FMALLOC_LINE",
                grn_fmalloc_line_env,
                GRN_ENV_BUFFER_SIZE);
-    if (grn_fmalloc_line_env) {
+    if (grn_fmalloc_line_env[0]) {
       grn_fmalloc_line = atoi(grn_fmalloc_line_env);
     }
   }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る