Skip to content

Commit 1374fa6

Browse files
yumisimsCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c548954 commit 1374fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PretextMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,7 @@ MainArgs
27542754

27552755
if (Number_of_MapQ_Layers > 1)
27562756
{
2757-
PrintStatus("Processing MAPQ layer %d/%d (MAPQ >= %d, %$u read-pairs)", index + 1, Number_of_MapQ_Layers, layer->threshold, layer->totalGoodReads);
2757+
PrintStatus("Processing MAPQ layer %d/%d (MAPQ >= %d, %$llu read-pairs)", index + 1, Number_of_MapQ_Layers, layer->threshold, (unsigned long long)layer->totalGoodReads);
27582758
}
27592759

27602760
ForLoop2(Number_of_LODs)

0 commit comments

Comments
 (0)