mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[FASTFAT]
- Fix DOSDATE struct declaration. Fixes invalid creation, last modified and accessed times on FAT volumes svn path=/trunk/; revision=54953
This commit is contained in:
@@ -423,7 +423,7 @@ typedef struct __DOSDATE
|
||||
{
|
||||
USHORT Day:5;
|
||||
USHORT Month:4;
|
||||
USHORT Year:5;
|
||||
USHORT Year:7;
|
||||
}
|
||||
DOSDATE, *PDOSDATE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user