os/windows/posix.c: ensure that ctime_r() adds a newline
authorJens Axboe <axboe@fb.com>
Wed, 21 Sep 2016 03:57:25 +0000 (21:57 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 21 Sep 2016 03:57:25 +0000 (21:57 -0600)
commit1f086b55e7480b0926177576f36813b8b9eb4a61
tree37988076ae51571d7e42b77a0d07ace87455a7b5
parent5de1ade5a8a8dd118bdfac835a6cfb4bcf013734
os/windows/posix.c: ensure that ctime_r() adds a newline

The normal POSIX versions do that. And as fio proper strips the
newline, we end up losing the last digit if the Windows version
does not add the newline.

Signed-off-by: Jens Axboe <axboe@fb.com>
os/windows/posix.c