10 Jul
2024
10 Jul
'24
7:46 p.m.
On Wed Jul 10 19:46:55 2024 +0000, Zhiyi Zhang wrote:
Can't it be something like the following? ``` if (!str) ptr = NULL; else if (!(ptr = get_buffer( buffer, sizeof(buffer), len ))) break;
``` This should be solved now :frog:
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6004#note_75813