[Groonga-commit] groonga/groonga at 8d3cb01 [master] Add missing "static"

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Apr 15 21:58:05 JST 2015


Kouhei Sutou	2015-04-15 21:58:05 +0900 (Wed, 15 Apr 2015)

  New Revision: 8d3cb01a2d4725aad0a3486e5e53c507714b0312
  https://github.com/groonga/groonga/commit/8d3cb01a2d4725aad0a3486e5e53c507714b0312

  Message:
    Add missing "static"

  Modified files:
    lib/plugin.c

  Modified: lib/plugin.c (+1 -1)
===================================================================
--- lib/plugin.c    2015-04-15 21:56:50 +0900 (fbe8b2b)
+++ lib/plugin.c    2015-04-15 21:58:05 +0900 (7212d68)
@@ -513,7 +513,7 @@ grn_plugin_get_default_system_plugins_dir(void)
 const char *
 grn_plugin_get_system_plugins_dir(void)
 {
-  char plugins_dir[GRN_ENV_BUFFER_SIZE];
+  static char plugins_dir[GRN_ENV_BUFFER_SIZE];
 
   grn_getenv("GRN_PLUGINS_DIR",
              plugins_dir,
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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