Auto merged
2004/06/17 21:03:45+01:00 cantab.net!aia21 Auto merged 2004/06/17 21:03:28+01:00 cantab.net!aia21 Endianness fix. (Logical change 1.423)edge.strict_endians
parent
395cf1b994
commit
4a82a887c3
|
@ -902,7 +902,7 @@ static void ntfs_dump_attr_index_root(ATTR_RECORD *attr)
|
|||
|
||||
/* attr_type dumping */
|
||||
printf("\tIndexed Attr Type:\t ");
|
||||
type = le32_to_cpu(index_root->type);
|
||||
type = index_root->type;
|
||||
if (type) {
|
||||
if (index_root->type != AT_FILE_NAME) {
|
||||
/* wierd, this should be illgeal */
|
||||
|
|
Loading…
Reference in New Issue