23 Feb
2026
23 Feb
'26
1:24 p.m.
On Sat Feb 7 11:11:34 2026 +0000, Huw Davies wrote:
The second param of `swprintf` should be `len/2`. Better yet, keep `len` to be lengths and just multiply by `sizeof(WCHAR)` in the allocation. Should be fine now, hopefully.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9915#note_130214