attrdef_len is now signed

(Logical change 1.223)
edge.strict_endians
cantab.net!aia21 2003-11-04 13:04:07 +00:00
parent 2103b57235
commit 541450856b
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ struct _ntfs_volume {
ATTR_DEF *attrdef; /* Attribute definitions. Obtained from
FILE_AttrDef. */
u32 attrdef_len; /* Size of the attribute definition table in
s32 attrdef_len; /* Size of the attribute definition table in
bytes. */
};