Commit 5883f5f
committed
Fix unportable printf format introduced in commit 9290ad1.
"%ld" is not an acceptable format spec for int64 variables, though
it accidentally works on most non-Windows 64-bit platforms. Follow
the lead of commit 6a1cd8b, and use "%lld" with an explicit cast
to long long. Per buildfarm.1 parent e048722 commit 5883f5f
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3644 | 3644 | | |
3645 | 3645 | | |
3646 | 3646 | | |
3647 | | - | |
3648 | | - | |
| 3647 | + | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
| 3651 | + | |
3649 | 3652 | | |
3650 | 3653 | | |
3651 | 3654 | | |
0 commit comments