Skip to content

Commit

Permalink
the same bug fixed by John Marshall
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Li committed Nov 12, 2011
1 parent d70754e commit 8d7dc34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bwape.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ int bwa_cal_pac_pos_pe(const char *prefix, bwt_t *const _bwt[2], int n_seqs, bwa
&& (p[1]->type == BWA_TYPE_UNIQUE || p[1]->type == BWA_TYPE_REPEAT))
{ // only when both ends mapped
uint64_t x;
int j, k, n_occ[2];
int j, k;
long long n_occ[2];
for (j = 0; j < 2; ++j) {
n_occ[j] = 0;
for (k = 0; k < d->aln[j].n; ++k)
Expand Down

0 comments on commit 8d7dc34

Please sign in to comment.