|
@@ -119,7 +119,7 @@ static BOOL LsPrintLine(
|
|
|
|
|
|
fwprintf(stdout, L"%10s %d %s %s %lld %3s %2d %4d %s\n",
|
|
|
maskString, hardlinkCount, ownerName, groupName, fileSize.QuadPart,
|
|
|
- MONTHS[stFileWriteTime.wMonth], stFileWriteTime.wDay,
|
|
|
+ MONTHS[stFileWriteTime.wMonth-1], stFileWriteTime.wDay,
|
|
|
stFileWriteTime.wYear, path);
|
|
|
|
|
|
ret = TRUE;
|