14 Feb
2025
14 Feb
'25
1:26 a.m.
On Fri Feb 14 01:25:40 2025 +0000, Esme Povirk wrote:
As far as I can tell, you're not meaningfully using this struct. The `len` field isn't the length of the input string because it doesn't include `\` characters used for escaping. I think you'd be better off with individual locals. Actually, the `str` field isn't used at all. I'd just use a local variable for the length.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7329#note_94521