(cherry picked from commit 74c46001435a2dfc3b6978bf8d1f25f266a91659)
This commit is contained in:
akallabeth 2021-03-26 11:01:41 +01:00 коммит произвёл akallabeth
Родитель 064a72ac5e
Коммит febd02cb46
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -872,7 +872,7 @@ static UINT posix_file_get_range(struct posix_file* file, UINT64 offset, UINT32
out:
posix_file_read_close(file, FALSE);
posix_file_read_close(file, error != NO_ERROR);
return error;
}