[Groonga-commit] groonga/groonga at bd31709 [master] grn_ts: fix a typo that causes errors in operators "==" and "!="

Back to archive index

susumu.yata null+****@clear*****
Mon Sep 28 20:05:43 JST 2015


susumu.yata	2015-09-28 20:05:43 +0900 (Mon, 28 Sep 2015)

  New Revision: bd3170998bf6352fbe451afaf96fbd5cdab81659
  https://github.com/groonga/groonga/commit/bd3170998bf6352fbe451afaf96fbd5cdab81659

  Message:
    grn_ts: fix a typo that causes errors in operators "==" and "!="

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+1 -1)
===================================================================
--- lib/ts.c    2015-09-28 14:59:17 +0900 (7b2038b)
+++ lib/ts.c    2015-09-28 20:05:43 +0900 (d20e7bf)
@@ -3881,7 +3881,7 @@ grn_ts_op_logical_or_filter(grn_ctx *ctx, grn_ts_expr_op_node *node,
     }\
   }\
   switch (node->args[0]->data_kind) {\
-    GRN_TS_OP_CHK_FILTER_CASE(type, BOOL, int)\
+    GRN_TS_OP_CHK_FILTER_CASE(type, BOOL, bool)\
     GRN_TS_OP_CHK_FILTER_CASE(type, INT, int)\
     GRN_TS_OP_CHK_FILTER_CASE(type, FLOAT, float)\
     GRN_TS_OP_CHK_FILTER_CASE(type, TIME, time)\
-------------- next part --------------
HTML����������������������������...
Télécharger 



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