Permalink
Please sign in to comment.
Browse files
Some int type variable overflow
The maximal number of int type is 2,147,483,648. But now some number could be 5 billion or bigger. Changed those variables to type uint64_t
- Loading branch information...
Showing
with
4 additions
and 5 deletions.
- +3 −3 clipper/fastq-multx.cpp
- +1 −2 clipper/fastq-stats.cpp
0 comments on commit
dabfc9c