Commit 96877ddd authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix FreeBSD 11.0 build by using llabs() instead of abs().

abs() should not be used on long long variables as it would
truncate if strictly confirming to C99. Use llabs() instead.

Fix to commit 2aefc66b.
parent 28c92c7d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment