Commit f370f9b
committed
fix: cast ULL constant arithmetic to uint64 for PRIu64 format
ONE_MIN and ONE_HOUR derive from 1000ULL, producing unsigned long long.
Cast the result of arithmetic with these constants to (uint64) to match
the PRIu64 format specifier on platforms where uint64_t is unsigned long.1 parent 3d31950 commit f370f9b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
837 | | - | |
| 837 | + | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
| 840 | + | |
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| |||
0 commit comments