April 17, 2026
5:31 p.m.
On Fri Apr 17 17:19:05 2026 +0000, Rémi Bernon wrote:
I wondered before but now that you added one nesting level, I think it'd be better to avoid it and the question is: can names[i] be NULL? If yes I think a simple `if (!names[i]) continue;` is more readable than an extra indentation level. I think I've seen it on vncserver, I'll check again.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10550#note_136803