Module: wine Branch: master Commit: fd4afaf639e7a46fe1801fbfa7d59944ffcb32e4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fd4afaf639e7a46fe1801fbfa7...
Author: André Hentschel nerv@dawncrow.de Date: Tue Jan 10 23:40:09 2012 +0100
xcopy: Fix a typo.
---
programs/xcopy/xcopy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c index f1c011f..03eb899 100644 --- a/programs/xcopy/xcopy.c +++ b/programs/xcopy/xcopy.c @@ -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++;