Kouhei Sutou
null+****@clear*****
Sun Apr 3 01:07:40 JST 2016
Kouhei Sutou 2016-04-03 01:07:40 +0900 (Sun, 03 Apr 2016) New Revision: 2a552e25389d47b4cee999b1fdc764b2f8831aea https://github.com/groonga/groonga/commit/2a552e25389d47b4cee999b1fdc764b2f8831aea Message: Use the same type Modified files: lib/ctx.c Modified: lib/ctx.c (+1 -1) =================================================================== --- lib/ctx.c 2016-04-03 01:07:28 +0900 (6eff6e5) +++ lib/ctx.c 2016-04-03 01:07:40 +0900 (cc6b045) @@ -1520,7 +1520,7 @@ grn_ctx_qe_exec_uri(grn_ctx *ctx, const char *path, uint32_t path_len) grn_request_canceler_register(ctx, GRN_TEXT_VALUE(&request_id), GRN_TEXT_LEN(&request_id)); - if (request_timeout > 0) { + if (request_timeout > 0.0) { ctx->impl->current_request_timer_id = grn_request_timer_register(GRN_TEXT_VALUE(&request_id), GRN_TEXT_LEN(&request_id), -------------- next part -------------- HTML����������������������������...Download