From c58c45d48b8ef6df0864c44e8fc36f38e584b65c Mon Sep 17 00:00:00 2001 From: Sebastian Jaenicke Date: Thu, 3 Nov 2022 11:32:36 +0100 Subject: [PATCH] fix format string --- src/mash/taxdb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mash/taxdb.hpp b/src/mash/taxdb.hpp index 2e88467..ad9b2ea 100644 --- a/src/mash/taxdb.hpp +++ b/src/mash/taxdb.hpp @@ -215,7 +215,7 @@ void TaxDB::writeReport(FILE* FP, return; } TaxEntry const * taxon = getEntry(taxID); - fprintf(FP, "%.4f\t%i\t%i\t%i\t%i\t%s\t%llu\t%s%s\n", + fprintf(FP, "%.4f\t%i\t%i\t%i\t%i\t%s\t%lu\t%s%s\n", 100*cladeCount/double(totalCounts), cladeCount, taxCount,