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 timestamp decoding for 32-bit architectures. #528

Merged
merged 1 commit into from
Oct 22, 2016
Merged

Conversation

tcard
Copy link
Contributor

@tcard tcard commented Oct 21, 2016

We were converting timestamps to NSInteger, which is a 32-bit or 64-bit
int depending on the architecture. long long is guaranteed to be
64-bit wide.

Fixes #525.

We were converting timestamps to NSInteger, which is a 32-bit or 64-bit
int depending on the architecture. `long long` is guaranteed to be
64-bit wide.

Fixes #525.
@tcard tcard merged commit d13e645 into master Oct 22, 2016
ricardopereira pushed a commit that referenced this pull request Nov 1, 2016
We were converting timestamps to NSInteger, which is a 32-bit or 64-bit
int depending on the architecture. `long long` is guaranteed to be
64-bit wide.

Fixes #525.
@ricardopereira ricardopereira deleted the fix-32-bit branch December 14, 2016 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant