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

fix print format for timespec and timeval #4701

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

obache
Copy link
Contributor

@obache obache commented Oct 25, 2023

Change to use TIME_T_FMT for tv_sec (time_t), and fix to zero prefix for tv_nsec and tv_usec.
Use unsigned long long for HEX format of time_t, int may be short.

Change to use `TIME_T_FMT` for `tv_sec` (time_t), and fix to zero
prefix for `tv_nsec` and `tv_usec`.
Use `unsigned long long` for HEX format of `time_t`, `int` may be short.

Signed-off-by: OBATA Akio <[email protected]>
@elliefm
Copy link
Contributor

elliefm commented Oct 30, 2023

Thanks!

@elliefm elliefm merged commit 9725d2b into cyrusimap:master Oct 30, 2023
1 check passed
@obache obache deleted the fix-print-timespec branch October 30, 2023 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants