diff --git a/ntfsprogs/cluster.c b/ntfsprogs/cluster.c index fc281dfe..49a0d6a4 100644 --- a/ntfsprogs/cluster.c +++ b/ntfsprogs/cluster.c @@ -73,7 +73,7 @@ int cluster_find (ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void m_ctx->flags_search = FEMR_IN_USE | FEMR_BASE_RECORD; while (mft_next_record (m_ctx) == 0) { - printf (RED "Inode: %llu\n" NORM, (unsigned long long) + Qprintf (RED "Inode: %llu\n" NORM, (unsigned long long) m_ctx->inode->mft_no); if (!(m_ctx->flags_match & FEMR_BASE_RECORD))