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;
|
if (*pos++ != '-') isError = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Parse the arg : Day */
|
/* Parse the arg : Year */
|
||||||
if (!isError) {
|
if (!isError) {
|
||||||
st.wYear = _wtol(pos);
|
st.wYear = _wtol(pos);
|
||||||
while (*pos && isdigit(*pos)) pos++;
|
while (*pos && isdigit(*pos)) pos++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user