[Groonga-commit] pgroonga/pgroonga at 2d6867b [master] Add missing intialization

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 14 19:58:14 JST 2015


Kouhei Sutou	2015-02-14 19:58:14 +0900 (Sat, 14 Feb 2015)

  New Revision: 2d6867b4f9a24ba8a6a14d8ff0d3f53bdb1f4162
  https://github.com/pgroonga/pgroonga/commit/2d6867b4f9a24ba8a6a14d8ff0d3f53bdb1f4162

  Message:
    Add missing intialization

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+1 -1)
===================================================================
--- pgroonga.c    2015-02-14 19:39:36 +0900 (c13c4ce)
+++ pgroonga.c    2015-02-14 19:58:14 +0900 (3128c47)
@@ -749,7 +749,7 @@ pgroonga_command(PG_FUNCTION_ARGS)
 {
 	text *groongaCommand = PG_GETARG_TEXT_PP(0);
 	grn_rc rc;
-	int flags;
+	int flags = 0;
 	text *result;
 
 	grn_ctx_send(ctx,
-------------- next part --------------
HTML����������������������������...
Download 



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