Fix log compression storage on windows
authoraggieNick02 <nick@pcpartpicker.com>
Fri, 2 Sep 2022 23:19:43 +0000 (18:19 -0500)
committeraggieNick02 <nick@pcpartpicker.com>
Fri, 2 Sep 2022 23:19:43 +0000 (18:19 -0500)
commita7c386edc19f3ef121b037b60b02852ffbcd6d65
tree5aa3cd68dff3d1d4022cd39465a6aa0e29ef293a
parente57758c12bdb24885e32ba143a04fcc8f98565ca
Fix log compression storage on windows

Set the file open mode to be binary instead of text when dealing with
compressed log files. This fixes log compression storage not working on
windows, and lets the test added in PR
https://github.com/axboe/fio/pull/1458
pass on windows.

Signed-off-by: Nick Neumann <nick@pcpartpicker.com>
iolog.c