mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-27 00:56:27 +00:00

The prototype for abs is int abs (int n), which implicitly casts floating point values to integers. The correct function is fabs. This commit allows the client to compile under clang.