Skip to content
Snippets Groups Projects
Commit fd4afaf6 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

xcopy: Fix a typo.

parent 4c6a20ce
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment