From 541450856b97f9ae8a590fcce1f077916cb2aa6f Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 4 Nov 2003 13:04:07 +0000 Subject: [PATCH] attrdef_len is now signed (Logical change 1.223) --- include/volume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/volume.h b/include/volume.h index edcc4e18..9e3b77a1 100644 --- a/include/volume.h +++ b/include/volume.h @@ -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. */ };