13 Oct
2025
13 Oct
'25
4:14 a.m.
Current code attempts to copy a file to itself. File is not actually copied; instead, a file sharing error is received. This result is ugly and differs from native. Behavior now appears to be the same as native with changes in this MR . -- v5: cmd: Don't attempt to copy a file to itself. cmd: Reset return_code after successful COPY. https://gitlab.winehq.org/wine/wine/-/merge_requests/9112