From 0d8e90a091de356f4dca19f37ebb56e13521b200 Mon Sep 17 00:00:00 2001 From: zhanxw Date: Wed, 25 Sep 2024 00:30:59 -0500 Subject: [PATCH] fix printf qualifier --- src/SingleChromosomeVCFIndex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SingleChromosomeVCFIndex.cpp b/src/SingleChromosomeVCFIndex.cpp index 2576126..0df61fd 100644 --- a/src/SingleChromosomeVCFIndex.cpp +++ b/src/SingleChromosomeVCFIndex.cpp @@ -250,7 +250,7 @@ int SingleChromosomeVCFIndex::query(int chromPosBeg, int chromPosEnd, return -1; } else { #if defined(__MINGW64__) || ( defined(__APPLE__) && defined(__arm64__)) - REprintf("found %d position, e.g. %ld %ld\n", (int)(ub - lb), + REprintf("found %d position, e.g. %g %g\n", (int)(ub - lb), (double) (*lb).pos, (double) (*lb).offset); #else