-
-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix incorrect formatting #1288 this time in the right branch...
- Loading branch information
1 parent
3e58d4b
commit 691216a
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
size_t
might not be 64 bit on all platforms (e.g. on 32 bit platforms). So I'd recommend casting it touint64_t
to make sure it will match the 64-bit formatting specifier.