19 Oct
2022
19 Oct
'22
12:52 p.m.
Hi Hugh, IMO, this could be written without using 'goto' for example ``` if (console_ioctl(...) && size >= sizeof(...)) { } else size = 0; HeapFree(...); return size; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1107#note_11327