X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=json.c;h=e0227ec6446bdfafe678dee39583109fe461fe7d;hp=190fa9e0d73f7a6ffd23cf6c2db93d191c00b3ae;hb=5761ab72a4e5007e08b996888d39e1b9c476c5b5;hpb=817720e1d9c3732e2e64548d3ff90b53876001a0 diff --git a/json.c b/json.c index 190fa9e0..e0227ec6 100644 --- a/json.c +++ b/json.c @@ -40,7 +40,7 @@ static struct json_value *json_create_value_int(long long number) return value; } -static struct json_value *json_create_value_float(float number) +static struct json_value *json_create_value_float(double number) { struct json_value *value = malloc(sizeof(struct json_value));