From 4341f051c4f3a4f2b0722413db23591f94b8cf23 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Fri, 20 Aug 2004 14:49:42 +0000 Subject: [PATCH] Revert a change from Yuval where a bitfield was converted to a char. (Logical change 1.509) --- libntfs/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs/attrib.c b/libntfs/attrib.c index c29915c7..f4b5cc3e 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -880,7 +880,7 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, void *b) runlist_element *rl; int eo; struct { - char initialized_size; + unsigned int initialized_size : 1; } need_to_undo = { 0 }; Dprintf("%s(): Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, "