mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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:
parent
68df282e69
commit
a79949498a
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ typedef struct __DOSDATE
|
|||
{
|
||||
USHORT Day:5;
|
||||
USHORT Month:4;
|
||||
USHORT Year:5;
|
||||
USHORT Year:7;
|
||||
}
|
||||
DOSDATE, *PDOSDATE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue