Susumu Yata
null+****@clear*****
Mon Jul 3 16:44:21 JST 2017
Susumu Yata 2017-07-03 16:44:21 +0900 (Mon, 03 Jul 2017) New Revision: 11d024b482fb17d99764124c8d6ffee412a65b81 https://github.com/groonga/groonga/commit/11d024b482fb17d99764124c8d6ffee412a65b81 Message: expr: fix a typo Modified files: lib/expr.c Modified: lib/expr.c (+2 -2) =================================================================== --- lib/expr.c 2017-07-03 10:53:04 +0900 (e6f2321) +++ lib/expr.c 2017-07-03 16:44:21 +0900 (44e3b0c) @@ -1814,8 +1814,8 @@ grn_proc_call(grn_ctx *ctx, grn_obj *proc, int nargs, grn_obj *caller) long long int x_; \ x_ = GRN_INT64_VALUE(x); \ left_expression_check(x_); \ - NUMERIC_ARITHMETIC_OPERATION_DISPATCH(GRN_UINT64_SET, \ - GRN_UINT64_VALUE, \ + NUMERIC_ARITHMETIC_OPERATION_DISPATCH(GRN_INT64_SET, \ + GRN_INT64_VALUE, \ x_, y, res, \ integer64_operation, \ float_operation, \ -------------- next part -------------- HTML����������������������������...Download