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)
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>

No differences found