X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=f4a37401ec0b507eef3cc04252db1669be66457d;hp=f4125b13c5f05c1064d07d5e12bf72d5295a034e;hb=f3502ba2dd72d846a388c774a01c6bb833871248;hpb=d0ff85dfc86a8c62807ba0f6faa8e04cca64bcb8 diff --git a/init.c b/init.c index f4125b13..f4a37401 100644 --- a/init.c +++ b/init.c @@ -639,7 +639,7 @@ static void fixup_options(struct thread_data *td) static char *to_kmg(unsigned int val) { char *buf = malloc(32); - char post[] = { 0, 'K', 'M', 'G', 'P', 0 }; + char post[] = { 0, 'K', 'M', 'G', 'P', 'E', 0 }; char *p = post; do {