- Notifications
You must be signed in to change notification settings - Fork28
Commit5883f5f
committed
Fix unportable printf format introduced in commit9290ad1.
"%ld" is not an acceptable format spec for int64 variables, thoughit accidentally works on most non-Windows 64-bit platforms. Followthe lead of commit6a1cd8b, and use "%lld" with an explicit castto long long. Per buildfarm.1 parente048722 commit5883f5f
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
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
Comments
(0)