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
flatcap.org!ntfs 2004-06-17 20:09:32 +00:00
parent 395cf1b994
commit 4a82a887c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 */