Use simpler C syntax for aligning a struct.
(Logical change 1.505)edge.strict_endians
parent
b96c236869
commit
682b8dab6b
|
@ -880,7 +880,7 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, void *b)
|
||||||
runlist_element *rl;
|
runlist_element *rl;
|
||||||
int eo;
|
int eo;
|
||||||
struct {
|
struct {
|
||||||
unsigned int initialized_size : 1;
|
char initialized_size;
|
||||||
} need_to_undo = { 0 };
|
} need_to_undo = { 0 };
|
||||||
|
|
||||||
Dprintf("%s(): Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, "
|
Dprintf("%s(): Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, "
|
||||||
|
|
Loading…
Reference in New Issue