Module: wine Branch: master Commit: 7892df6fac185235e44d3796160ee38d66f919b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7892df6fac185235e44d379616...
Author: Austin English austinenglish@gmail.com Date: Mon Dec 2 16:16:17 2013 -0800
xcopy: Clarify a comment.
---
programs/xcopy/xcopy.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c index e424eea..7ff751c 100644 --- a/programs/xcopy/xcopy.c +++ b/programs/xcopy/xcopy.c @@ -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++;