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