From 3f9850d4cf3b33ee88fc68a9c6d7f143162148ae Mon Sep 17 00:00:00 2001 From: "flatcap.org!ntfs" Date: Fri, 18 Jun 2004 17:54:41 +0000 Subject: [PATCH] Auto merged 2004/06/18 16:24:15+01:00 cantab.net!aia21 Exclude (Logical change 1.427) --- ntfsprogs/ntfsinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsinfo.c b/ntfsprogs/ntfsinfo.c index 06c51435..8cab6c37 100644 --- a/ntfsprogs/ntfsinfo.c +++ b/ntfsprogs/ntfsinfo.c @@ -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 */