mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Auto merged
2004/06/18 16:24:15+01:00 cantab.net!aia21 Exclude (Logical change 1.427)
This commit is contained in:
parent
acef9d58b3
commit
3f9850d4cf
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user