mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
xcopy: Fix a typo.
This commit is contained in:
parent
4c6a20ce22
commit
fd4afaf639
@ -787,7 +787,7 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource,
|
||||
if (*pos++ != '-') isError = TRUE;
|
||||
}
|
||||
|
||||
/* Parse the arg : Day */
|
||||
/* Parse the arg : Year */
|
||||
if (!isError) {
|
||||
st.wYear = _wtol(pos);
|
||||
while (*pos && isdigit(*pos)) pos++;
|
||||
|
Loading…
Reference in New Issue
Block a user