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

Commits on Mar 23, 2024

  1. Use time_t as type for time()

    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.
    pinotree committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    40d6fb8 View commit details
    Browse the repository at this point in the history