2 Feb
2026
2 Feb
'26
2:41 a.m.
eric pouech (@epo) commented about programs/where/main.c:
{ if (PathCombineW(match_path, search_path, match.cFileName)) { - printf("%ls\n", match_path); + if(!(flags & OPT_QUIET))
nitpick: please keep style consistent with the rest of the file. 'if' isn't a function, so add a space between 'if' and '(' -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9975#note_128513