mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
array definition had incorrect length
svn path=/trunk/; revision=43
This commit is contained in:
parent
6bdaf42c26
commit
099d789b13
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ typedef struct _VPB
|
|||
struct _DEVICE_OBJECT* RealDevice;
|
||||
ULONG SerialNumber;
|
||||
ULONG ReferenceCount;
|
||||
WCHAR VolumeLabel[MAXIMUM_VOLUME_LABEL_LENGTH / sizeof(WCHAR)];
|
||||
WCHAR VolumeLabel[MAXIMUM_VOLUME_LABEL_LENGTH];
|
||||
} VPB, *PVPB;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue