-
Tor Didriksen authored
Problem: with gcc5 in optmized mode, (- LLONG_MIN ) yields integer overflow. Fix: In ull2dec() change the loop which counts the number of decimal_digit_t's (cherry picked from commit b37d8bcc24f82f8e15c5f6e2243c8937af74acb7)
Tor Didriksen authoredProblem: with gcc5 in optmized mode, (- LLONG_MIN ) yields integer overflow. Fix: In ull2dec() change the loop which counts the number of decimal_digit_t's (cherry picked from commit b37d8bcc24f82f8e15c5f6e2243c8937af74acb7)
Loading