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

.%02d is the appropriate way to express hundredths of seconds #16

Closed
duffy-ocraven opened this issue Aug 26, 2020 · 2 comments
Closed
Assignees
Labels
correction minor correction

Comments

@duffy-ocraven
Copy link

data[data_index] = fmt("time=%d:%02d:%02d.%d",

should be

data[data_index] = fmt("time=%d:%02d:%02d.%02d",

since .%02d not .%d is the appropriate way to express hundredths of seconds when the number might be less than two digits.

@NothinRandom NothinRandom self-assigned this Aug 26, 2020
@NothinRandom NothinRandom added the correction minor correction label Aug 31, 2020
@NothinRandom
Copy link
Contributor

@duffy-corelight, latest update addresses this issue. Like the others, I'll let the customer close the issue if deemed as satisfied.

@duffy-ocraven
Copy link
Author

Closed as corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correction minor correction
Projects
None yet
Development

No branches or pull requests

2 participants