null+****@clear*****
null+****@clear*****
2010年 6月 28日 (月) 19:29:45 JST
Nobuyoshi Nakada 2010-06-28 10:29:45 +0000 (Mon, 28 Jun 2010)
New Revision: 8f895427f75ca12bdef7a9b22453299cb543294a
Log:
fixed argument type.
Modified files:
lib/output.c
Modified: lib/output.c (+1 -1)
===================================================================
--- lib/output.c 2010-06-28 06:14:41 +0000 (b2175e2)
+++ lib/output.c 2010-06-28 10:29:45 +0000 (23b6a2c)
@@ -255,7 +255,7 @@ grn_output_uint64(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type, i
}
void
-grn_output_float(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type, int64_t value)
+grn_output_float(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type, double value)
{
put_delimiter(ctx, outbuf, output_type);
switch (output_type) {