Oct. 31, 2025
3:45 p.m.
eric pouech (@epo) commented about programs/xcopy/xcopy.c:
} }
+ /* Don't copy a file over itself. */ + if (XCOPY_IsSameFile(copyFrom, copyTo)) {
this isn't at the right place; only checked `xcopy a a /P` but got prompted for 'a' -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9112#note_120278