Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code had an assert that tests if sizeof(long) == sizeof(long long), which obviously fails on 32-bit architectures. I believe the assert is incorrect on any architecture, considering the following code is actually putting a long long in an _int_. I replaced it with code that checks if the value fits in an int. Signed-off-by: Tibault Damman <[email protected]>
- Loading branch information