2 Aug
2022
2 Aug
'22
11:49 a.m.
Hans Leidekker (@hans) commented about dlls/webservices/error.c:
WS_HEAP *heap; ULONG prop_count; struct prop prop[ARRAY_SIZE( error_props )]; + ULONG error_strs_count; + ULONG error_strs_size; /* Maximum length of the error_strs array */ + WS_STRING *error_strs;
The error_ prefix is redundant. 'strings' would be clearer. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/511#note_5494