[Groonga-commit] groonga/groonga at 036f5fd [master] Add a missing initial value

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 10 09:05:29 JST 2018


Kouhei Sutou	2018-05-10 09:05:29 +0900 (Thu, 10 May 2018)

  New Revision: 036f5fd7626037a2e64f729a15e984fda6fee290
  https://github.com/groonga/groonga/commit/036f5fd7626037a2e64f729a15e984fda6fee290

  Message:
    Add a missing initial value

  Modified files:
    lib/proc/proc_tokenize.c

  Modified: lib/proc/proc_tokenize.c (+1 -1)
===================================================================
--- lib/proc/proc_tokenize.c    2018-05-09 18:13:52 +0900 (1361a384a)
+++ lib/proc/proc_tokenize.c    2018-05-10 09:05:29 +0900 (cd4acd663)
@@ -76,7 +76,7 @@ output_tokens(grn_ctx *ctx,
 {
   int i, n_tokens, n_elements;
   grn_obj estimated_size;
-  grn_bool have_source_location;
+  grn_bool have_source_location = GRN_FALSE;
 
   n_tokens = GRN_BULK_VSIZE(tokens) / sizeof(tokenize_token);
   n_elements = 3;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180510/fef06a41/attachment.htm 



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