27 Jan
2026
27 Jan
'26
8:31 a.m.
eric pouech (@epo) commented about programs/where/main.c:
int __cdecl wmain(int argc, WCHAR *argv[]) { WCHAR *pattern, *colon, *search_paths, *search_path, *next_search_path; + DWORD flags = 0; int i;
for (i = 0; i < argc; i++) not from your MR, but starting at 0 is wrong
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9975#note_128113