Commit e725ea308468ab50751ba7f930842a4c061226e9
1 parent
d47101a1
Use unsigned type for integer digit
Fixes #109. Although we always used numbers in the ASCII range, it was in a `size_t`, leading to a warning about possible loss of data on some compilers.
Showing
2 changed files
with
5 additions
and
1 deletions
CHANGELOG.md