Commit 7892df6f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

xcopy: Clarify a comment.

parent 47ed171a
......@@ -778,9 +778,9 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource,
BOOL isError = FALSE;
memset(&st, 0x00, sizeof(st));
/* Microsoft's xcopy's usage implies that the date
* format depends on the locale but that false.
* It is hardcoded to month-day-year
/* Microsoft xcopy's usage message implies that the date
* format depends on the locale, but that is false.
* It is hardcoded to month-day-year.
*/
st.wMonth = _wtol(pos);
while (*pos && isdigit(*pos)) pos++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment