integer overflow on indexing

This commit is contained in:
Heng Li 2016-01-26 23:21:23 -05:00
parent c819643412
commit fdf47000e7
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ bwt_t *bwt_pac2bwt(const char *fn_pac, int use_is)
{
bwt_t *bwt;
ubyte_t *buf, *buf2;
int i, pac_size;
int64_t i, pac_size;
FILE *fp;
// initialization