27 Jan
2026
27 Jan
'26
12:05 p.m.
On Tue Jan 27 11:57:00 2026 +0000, eric pouech wrote:
`%zu` insn't supported by mingw gcc (PE side) and `%u` won't work on 64bit (PE side) (unless you cast the arg, which we tend to avoid) `%zu` should be used Unix side though (I wrote `%Iu` but default font in gitlab can be confusing, so updated first post with fixed size font) Printing the len of the string we just printed is not particularly useful...
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9975#note_128136