X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBamIndex.cpp;h=fb85d07038893f95347e448688c3edf8edf8b506;hb=ccd532ba03f9ef6a5fa8cb18c2da58f79e0b4ae0;hp=fabfbf12a3041669dbed501680e04ba4ede2f4cc;hpb=c1f2fcd24b981996e933267541de9a2972277db3;p=bamtools.git diff --git a/src/api/BamIndex.cpp b/src/api/BamIndex.cpp index fabfbf1..fb85d07 100644 --- a/src/api/BamIndex.cpp +++ b/src/api/BamIndex.cpp @@ -999,7 +999,7 @@ bool BamToolsIndex::BamToolsIndexPrivate::Jump(const BamRegion& region) { } } - if ( !result ) fprintf(stderr, "ERROR: Could not jump: unable to calculate offset for specified region.\n"); + if ( !result ) fprintf(stderr, "ERROR: Could not jump: unable to seek to offset for specified region.\n"); return result; }