[Groonga-commit] groonga/groonga at 370ee04 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 17 12:47:23 JST 2015


Kouhei Sutou	2015-08-17 12:47:23 +0900 (Mon, 17 Aug 2015)

  New Revision: 370ee047f8379541b5bb26529e693e3a4b98080e
  https://github.com/groonga/groonga/commit/370ee047f8379541b5bb26529e693e3a4b98080e

  Message:
    Fix a typo

  Modified files:
    lib/io.c

  Modified: lib/io.c (+1 -1)
===================================================================
--- lib/io.c    2015-08-17 12:32:14 +0900 (0f435f2)
+++ lib/io.c    2015-08-17 12:47:23 +0900 (c193965)
@@ -123,7 +123,7 @@ grn_io_init_from_env(void)
                use_sparse_env,
                GRN_ENV_BUFFER_SIZE);
     if (use_sparse_env[0] && strcmp(use_sparse_env, "yes") == 0) {
-      grn_io_use_spare = GRN_TRUE;
+      grn_io_use_sparse = GRN_TRUE;
     }
   }
 }
-------------- next part --------------
HTML����������������������������...
Download 



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