6 Nov
2025
6 Nov
'25
8:26 a.m.
eric pouech (@epo) commented about programs/xcopy/xcopy.c:
WCHAR *inputpath, *outputpath; BOOL copiedFile = FALSE; DWORD destAttribs, srcAttribs; - BOOL skipFile; + BOOL skipFile, quitCopy = FALSE;
as already state in previous comments this can be done without adding an extraneous variable -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9112#note_120996