Kouhei Sutou
null+****@clear*****
Tue Jul 5 19:23:06 JST 2016
Kouhei Sutou 2016-07-05 19:23:06 +0900 (Tue, 05 Jul 2016) New Revision: 7008594e53b23b4759cb773a5f11d16dbd4c3376 https://github.com/groonga/groonga/commit/7008594e53b23b4759cb773a5f11d16dbd4c3376 Message: Use uint64_t Modified files: plugins/functions/string.c Modified: plugins/functions/string.c (+2 -2) =================================================================== --- plugins/functions/string.c 2016-07-05 19:22:18 +0900 (b38d0b3) +++ plugins/functions/string.c 2016-07-05 19:23:06 +0900 (723e545) @@ -86,8 +86,8 @@ func_string_substring(grn_ctx *ctx, int n_args, grn_obj **args, { grn_obj *target; size_t string_length = 0; - unsigned long long from = 0; - unsigned long long length = 0; + uint64_t from = 0; + uint64_t length = 0; const char *start; const char *end; grn_obj *grn_text; -------------- next part -------------- HTML����������������������������... Download