Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid null-pointer-subtraction error (#78)
Newer compilers generate warnings/errors about null pointer subtractions being an undefined behavior. Use matching non-zero offsets (as suggested by arigo) to avoid the error.
- Loading branch information