- Update to r53061
[reactos.git] / drivers / filesystems / cdfs / cdfs.h
index 905a34e..47d7d31 100644 (file)
@@ -143,7 +143,7 @@ typedef struct _CDINFO
   ULONG RootStart;
   ULONG RootSize;
   WCHAR VolumeLabel[MAXIMUM_VOLUME_LABEL_LENGTH / sizeof(WCHAR)];
-  ULONG VolumeLabelLength;
+  USHORT VolumeLabelLength;
   ULONG SerialNumber;
 } CDINFO, *PCDINFO;