Permalink
Commits on Jun 20, 2017
-
Merge pull request #2 from wandai330/int-type-overflow
Some int type variable overflow
wandai330 committed on GitHubJun 20, 2017 -
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
wandai330 committed on GitHubJun 20, 2017
Commits on Jun 16, 2017
-
Merge pull request #1 from wandai330/integer_overflow
Fix int type overflow
wandai330 committed on GitHubJun 16, 2017
Commits on Jun 15, 2017
-
Minimal changes made to fix a couple of total numbers as uint64_t to hold numbers larger than 2 billion
wandai330 committed on GitHubJun 15, 2017
NewerOlder