Closed moinakg closed 10 years ago
This is caused by using the "%d" printf() modifier whereas correct one should be PRIu64.
This is caused by using the "%d" printf() modifier whereas correct one should be PRIu64.