X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=BamWriter.h;fp=BamWriter.h;h=2a325d6cb46901760ef1cebe01b5cbbba1136ee7;hb=1c50ecf9ddc331100184b9c3f95b9d400e4e8303;hp=a4e7dc523a3cb8f0acbf3d903dd021142df64eab;hpb=1d786dca8b4c9c1e2176a28a669d2d16cd93e395;p=rsem.git diff --git a/BamWriter.h b/BamWriter.h index a4e7dc5..2a325d6 100644 --- a/BamWriter.h +++ b/BamWriter.h @@ -106,7 +106,7 @@ void BamWriter::work(HitWrapper wrapper) { bam1_t *b, *b2; PairedEndHit *hit; - int cnt = 0; + HIT_INT_TYPE cnt = 0; b = bam_init1(); b2 = bam_init1();