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 time type on i686 #46

Open
wants to merge 1 commit into
base: 1.23.x
Choose a base branch
from
Open

fix time type on i686 #46

wants to merge 1 commit into from

Commits on Jan 19, 2024

  1. fix time type on i686

    Gcc14 turns some warnings into errors. Fix the time type error: mupdf
    uses int64_t internally, system libs use time_t which coincide in most
    architectures but not all of them.
    mjg committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    763155d View commit details
    Browse the repository at this point in the history