[FATTEN]: FAT FS month is 1-based.

svn path=/trunk/; revision=70545
This commit is contained in:
Hermès Bélusca-Maïto 2016-01-08 12:14:53 +00:00
parent ae83268e16
commit 349c0d0361

View file

@ -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,
}
};