17 Jan
2024
17 Jan
'24
4:33 p.m.
On Wed Jan 17 08:16:32 2024 +0000, Rémi Bernon wrote:
You can combine the ifs with && and return hr. Also with a single alloc you could even get rid of the `if (pchannel_to_buffer)`. I can't, `!FAILED(hr)` doesn't mean `hr` is `S_OK`. `stream_get_chunk` returns `S_FALSE` for EOF.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4852#note_57713