mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[CMD] Fix build. Addendum to 67ac583b5
.
This commit is contained in:
parent
67ac583b5b
commit
38870875ba
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ copy(TCHAR source[MAX_PATH],
|
|||
|
||||
TRACE ("setting mode\n");
|
||||
/* For MS-DOS backwards-compatibility, always remove the read-only attribute */
|
||||
SetFileAttributes (dest, dwAttribs & ~FILE_ATTRIBUTE_READONLY);
|
||||
SetFileAttributes (dest, dwAttrib & ~FILE_ATTRIBUTE_READONLY);
|
||||
|
||||
/* Now finish off the copy if needed with CopyFileEx */
|
||||
if (lpdwFlags & COPY_RESTART)
|
||||
|
|
Loading…
Reference in a new issue