Re: [PATCH v2 0/3] MR511: webservices: Support error strings and faults in error.
2 Aug
2022
2 Aug
'22
6: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
1229
Age (days ago)
1229
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker (@hans)