Auto merged

2004/06/18 16:24:15+01:00 cantab.net!aia21
Exclude

(Logical change 1.427)
This commit is contained in:
flatcap.org!ntfs 2004-06-18 17:54:41 +00:00
parent acef9d58b3
commit 3f9850d4cf

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 = index_root->type;
type = le32_to_cpu(index_root->type);
if (type) {
if (index_root->type != AT_FILE_NAME) {
/* wierd, this should be illgeal */