On Fri May 2 19:33:32 2025 +0000, Alex Henrie wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/7956/diffs?diff_id=175211&start_sha=2058dcf3735aff660968131654fc59814556cb57#ba343c47333e917866d8fb2e6afb80c733da0105_786_788)
In my opinion, instead of duplicating the source string `fontA->lfFaceName` and zeroing its last byte, it's a bit more elegant to use `min` to compute the correct location for the null terminator in the destination string `fontW->lfFaceName`.