mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[FATTEN]: FAT FS month is 1-based.
svn path=/trunk/; revision=70545
This commit is contained in:
parent
ae83268e16
commit
349c0d0361
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ DWORD get_fattime(void)
|
|||
timeinfo->tm_min,
|
||||
timeinfo->tm_hour,
|
||||
timeinfo->tm_mday,
|
||||
timeinfo->tm_mon,
|
||||
timeinfo->tm_mon + 1,
|
||||
timeinfo->tm_year - 80,
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue