Fixed an endianness declaration
parent
935b1beca8
commit
cc96d22ed6
|
@ -3876,7 +3876,7 @@ int ntfs_set_ntfs_attrib(const char *path __attribute__((unused)),
|
|||
ntfs_inode *ni)
|
||||
{
|
||||
u32 attrib;
|
||||
u32 settable;
|
||||
le32 settable;
|
||||
int res;
|
||||
|
||||
res = -1;
|
||||
|
|
Loading…
Reference in New Issue