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

Use time_t as type for time() #75

Merged
merged 1 commit into from Mar 24, 2024

Conversation

pinotree
Copy link
Contributor

The return type of time() is time_t, so use it instead of long.

While time_t is generally the same as long, in some cases it is not, e.g. on 32 bit architectures supporting 64 bit timestamps.

The return type of time() is time_t, so use it instead of long.

While time_t is generally the same as long, in some cases it is not,
e.g. on 32 bit architectures supporting 64 bit timestamps.
@phfaist phfaist merged commit febdeac into klatexformula:master Mar 24, 2024
@pinotree pinotree deleted the fix-time-type branch March 24, 2024 10:01
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.

None yet

2 participants