May 13, 2026
1:08 p.m.
On Wed May 13 06:29:58 2026 +0000, Huw Davies wrote:
This is confusing to me. I assume `*pcGlyphs` is the number of glyphs already in a buffer of capacity `maxGlyphs`? In which case there appear to be some off-by-one errors here. What am I missing? Yeah, for whatever reason I assumed that `pcGlyphs` is the index of the array and not the number of glyphs. The for loop condition also looked wrong to me so I fixed that. Thanks.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10612#note_139702