Skip to content

Commit

Permalink
fix printf qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanxw committed Sep 25, 2024
1 parent e398b3b commit 0d8e90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SingleChromosomeVCFIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d8e90a

Please sign in to comment.