[Groonga-commit] groonga/groonga at 3f36560 [master] grn_ts: add a missing break

Back to archive index

susumu.yata null+****@clear*****
Sat Sep 5 01:45:03 JST 2015


susumu.yata	2015-09-05 01:45:03 +0900 (Sat, 05 Sep 2015)

  New Revision: 3f365608a1abe49ea967ff68932af124a0f9007c
  https://github.com/groonga/groonga/commit/3f365608a1abe49ea967ff68932af124a0f9007c

  Message:
    grn_ts: add a missing break

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+1 -0)
===================================================================
--- lib/ts.c    2015-09-05 01:42:28 +0900 (3269e05)
+++ lib/ts.c    2015-09-05 01:45:03 +0900 (bdf6e83)
@@ -1258,6 +1258,7 @@ grn_ts_expr_column_node_evaluate_scalar(grn_ctx *ctx,
                               GRN_BULK_VSIZE(&node->buf) - size_written);\
             }\
             out_ptr[i].size = 0;\
+            break;\
           }\
         }\
       } else {\
-------------- next part --------------
HTML����������������������������...
Download 



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