HAYASHI Kentaro
null+****@clear*****
Sat Dec 13 21:21:30 JST 2014
HAYASHI Kentaro 2014-12-13 21:21:30 +0900 (Sat, 13 Dec 2014) New Revision: 75be2a5de0b731a7fa9fddbfde72f11777efc2b2 https://github.com/groonga/groonga/commit/75be2a5de0b731a7fa9fddbfde72f11777efc2b2 Message: Remove needless assignment Modified files: lib/expr.c Modified: lib/expr.c (+1 -2) =================================================================== --- lib/expr.c 2014-12-13 21:19:15 +0900 (4aeb33c) +++ lib/expr.c 2014-12-13 21:21:30 +0900 (96c2cda) @@ -6018,8 +6018,7 @@ get_op(efs_info *q, efs_op *op, grn_operator *mode, int *option) op->op = GRN_OP_AND; *mode = GRN_OP_EXACT; *option = 0; - start = ++end; - q->cur = end; + q->cur = ++end; break; default : found = GRN_FALSE; -------------- next part -------------- HTML����������������������������... Descargar