Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed fprintf of 64-bit value. #854

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Conversation

cmumford
Copy link
Contributor

@cmumford cmumford commented Nov 30, 2020

A recent change (ed78107) switched from %8d to %8zu for fprintf'ing a uint64_t value which does not work on all platforms. This should fix platforms by using the PRIu64 constant.

@google-cla google-cla bot added the cla: yes label Nov 30, 2020
@cmumford cmumford merged commit 2dcbd4a into google:master Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant