16 Feb
2025
16 Feb
'25
5:20 p.m.
On Sun Feb 16 16:37:29 2025 +0000, eric pouech wrote:
actually, we could (later on) have other values as return code... so IMO this should rather be written as: `if (return_code != NO_ERROR || (num_empty && !num_with_data))` ` errorlevel = ERROR_INVALID_FUNCTION;` `else` ` errorlevel = NO_ERROR;` Thank you. I was hoping for clarification on this one.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7322#note_94833