June 9, 2026
8:26 a.m.
eric pouech (@epo) commented about programs/cmd/builtins.c:
int argno = 0; WCHAR *argN = args; BOOL writeHeaders = FALSE; + WIN32_FIND_DATAW fd; + HANDLE hff = INVALID_HANDLE_VALUE; + BOOL havewildcards = FALSE; useless variable (you just need to set writeHeaders to true)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11094#note_142498