[Groonga-commit] groonga/groonga at bd51c23 [master] Use 64bit int type

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 19 15:30:08 JST 2015


Kouhei Sutou	2015-10-19 15:30:08 +0900 (Mon, 19 Oct 2015)

  New Revision: bd51c23d59e205b65a67e035f8624e7fc6b37a9d
  https://github.com/groonga/groonga/commit/bd51c23d59e205b65a67e035f8624e7fc6b37a9d

  Message:
    Use 64bit int type

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2015-10-19 15:29:55 +0900 (82c7986)
+++ lib/ctx.c    2015-10-19 15:30:08 +0900 (a92244f)
@@ -2762,7 +2762,7 @@ grn_ctx_output_int32(grn_ctx *ctx, int value)
 }
 
 void
-grn_ctx_output_int64(grn_ctx *ctx, long long int value)
+grn_ctx_output_int64(grn_ctx *ctx, int64_t value)
 {
   grn_output_int64(ctx, ctx->impl->outbuf, ctx->impl->output_type, value);
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index