HAYASHI Kentaro
null+****@clear*****
Tue Mar 25 15:42:45 JST 2014
HAYASHI Kentaro 2014-03-25 15:42:45 +0900 (Tue, 25 Mar 2014) New Revision: 12ac210e18bf4f2d481d07f498782bfea905f01c https://github.com/groonga/groonga/commit/12ac210e18bf4f2d481d07f498782bfea905f01c Message: win32: use more portable type Modified files: lib/util.c Modified: lib/util.c (+2 -2) =================================================================== --- lib/util.c 2014-03-25 14:17:11 +0900 (32e65de) +++ lib/util.c 2014-03-25 15:42:45 +0900 (ff7d7b4) @@ -797,7 +797,7 @@ grn_geo_point_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj) static grn_rc grn_json_load_open_bracket_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj) { - uint i, n; + uint32_t i, n; n = GRN_UINT32_VALUE(obj); @@ -818,7 +818,7 @@ grn_json_load_open_bracket_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj) static grn_rc grn_json_load_open_brace_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj) { - uint i, n; + uint32_t i, n; n = GRN_UINT32_VALUE(obj); -------------- next part -------------- HTML����������������������������...Download