Kouhei Sutou
null+****@clear*****
Thu May 5 23:13:37 JST 2016
Kouhei Sutou 2016-05-05 23:13:37 +0900 (Thu, 05 May 2016) New Revision: 81a2fb0deb83454570c3c9faf40a7c370c6e3169 https://github.com/groonga/groonga/commit/81a2fb0deb83454570c3c9faf40a7c370c6e3169 Message: Fix a bug that 1usec information is lost for time value Modified files: lib/str.c Modified: lib/str.c (+1 -1) =================================================================== --- lib/str.c 2016-05-05 22:57:31 +0900 (d16682f) +++ lib/str.c 2016-05-05 23:13:37 +0900 (29def4f) @@ -2084,7 +2084,7 @@ ftoa_(grn_ctx *ctx, grn_obj *buf, double d) char *start; size_t before_size; size_t len; -#define DIGIT_NUMBER 15 +#define DIGIT_NUMBER 16 #define FIRST_BUFFER_SIZE (DIGIT_NUMBER + 4) before_size = GRN_BULK_VSIZE(buf); grn_bulk_reserve(ctx, buf, FIRST_BUFFER_SIZE); -------------- next part -------------- HTML����������������������������...下載