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

Add support for 64 bits time_t #1051

Closed
wants to merge 1 commit into from
Closed

Add support for 64 bits time_t #1051

wants to merge 1 commit into from

Conversation

danieljakots
Copy link

Hi,

I'm in the process of updating weechat on OpenBSD. In OpenBSD land, time_t is 64 bits. Here's a PR to support 64 bits time_t while being 32 bits compatible.

Cheers,
Daniel

@flashcode
Copy link
Member

Hi,
Thanks for the PR.
I checked and noticed there are many other casts of time_t to long in WeeChat, so I'll change them all at once.

@flashcode flashcode self-assigned this Aug 12, 2017
@flashcode flashcode added the bug Unexpected problem or unintended behavior label Aug 12, 2017
@flashcode flashcode added this to the 2.0 milestone Aug 12, 2017
@danieljakots
Copy link
Author

Hmm I don't see any other when I build weechat (they should create a warning AFAIK) but fixing all of them won't hurt. Thanks!

@flashcode flashcode closed this in aeeec38 Aug 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants