From cccf6fd94d7e4e58dc715f09916d71b6344950a6 Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 13 Aug 2006 19:09:22 +0000 Subject: [PATCH] Dump all VCN's in the same numeral system --- ntfsprogs/ntfsinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsinfo.c b/ntfsprogs/ntfsinfo.c index f5089273..d5be5043 100644 --- a/ntfsprogs/ntfsinfo.c +++ b/ntfsprogs/ntfsinfo.c @@ -1415,7 +1415,7 @@ static int ntfs_dump_index_entries(INDEX_ENTRY *entry, INDEX_ATTR_TYPE type) le16_to_cpu(entry->flags)); if (entry->flags & INDEX_ENTRY_NODE) - ntfs_log_verbose("\t\tSubnode VCN:\t\t 0x%llx\n", + ntfs_log_verbose("\t\tSubnode VCN:\t\t %lld\n", ntfs_ie_get_vcn(entry)); if (entry->flags & INDEX_ENTRY_END) break;