[Groonga-commit] groonga/groonga at 4dc7e45 [master] grn_ts: fix a critical bug that out is passed instead of out->ptr

Back to archive index

susumu.yata null+****@clear*****
Mon Sep 14 18:51:58 JST 2015


susumu.yata	2015-09-14 18:51:58 +0900 (Mon, 14 Sep 2015)

  New Revision: 4dc7e45edbeebd7343f6324d5bd65e1631a981db
  https://github.com/groonga/groonga/commit/4dc7e45edbeebd7343f6324d5bd65e1631a981db

  Message:
    grn_ts: fix a critical bug that out is passed instead of out->ptr

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+1 -1)
===================================================================
--- lib/ts.c    2015-09-14 18:50:34 +0900 (e152b6b)
+++ lib/ts.c    2015-09-14 18:51:58 +0900 (dd84f9b)
@@ -3003,7 +3003,7 @@ grn_ts_expr_node_evaluate(grn_ctx *ctx, grn_ts_expr_node *node,
     if (rc != GRN_SUCCESS) {\
       return rc;\
     }\
-    return grn_ts_expr_node_evaluate(ctx, node, in, n_in, out);\
+    return grn_ts_expr_node_evaluate(ctx, node, in, n_in, out->ptr);\
   }
 #define GRN_TS_EXPR_NODE_EVALUATE_TO_BUF_VECTOR_CASE_BLOCK(KIND, kind)\
   GRN_TS_EXPR_NODE_EVALUATE_TO_BUF_CASE_BLOCK(KIND ## _VECTOR, kind ## _vector)
-------------- next part --------------
HTML����������������������������...
下載 



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