Skip to content

Commit

Permalink
r380: er... another compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Apr 19, 2013
1 parent f0c94d8 commit db7a986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ksw.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ kswr_t ksw_i16(kswq_t *q, int tlen, const uint8_t *target, int _gapo, int _gape,
}
r.score = gmax; r.te = te;
{
int max = -1, low, high, qlen = slen * 8;
int max = -1, tmp, low, high, qlen = slen * 8;
uint16_t *t = (uint16_t*)Hmax;
for (i = 0, r.qe = -1; i < qlen; ++i, ++t)
if ((int)*t > max) max = *t, r.qe = i / 8 + i % 8 * slen;
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "utils.h"

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.3-r379-beta"
#define PACKAGE_VERSION "0.7.3-r380-beta"
#endif

int bwa_fa2pac(int argc, char *argv[]);
Expand Down

0 comments on commit db7a986

Please sign in to comment.