Kouhei Sutou
null+****@clear*****
Mon Oct 19 15:38:33 JST 2015
Kouhei Sutou 2015-10-19 15:38:33 +0900 (Mon, 19 Oct 2015) New Revision: 8e78fd88c7a5f0726d23289833e5ea3d79d45622 https://github.com/groonga/groonga/commit/8e78fd88c7a5f0726d23289833e5ea3d79d45622 Message: Fix type Modified files: lib/output.c Modified: lib/output.c (+1 -1) =================================================================== --- lib/output.c 2015-10-19 15:30:38 +0900 (f78ef75) +++ lib/output.c 2015-10-19 15:38:33 +0900 (2da0496) @@ -265,7 +265,7 @@ grn_output_int64(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type, in } void -grn_output_uint64(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type, int64_t value) +grn_output_uint64(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type, uint64_t value) { put_delimiter(ctx, outbuf, output_type); switch (output_type) { -------------- next part -------------- HTML����������������������������...Download