mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[0061] Use fabs instead of abs for float type.
On some platforms abs has only int overload exists. Signed-off-by: stfx <stfx@hotmail.de>
This commit is contained in:
parent
7ce7fd8ab1
commit
a004c7b50c
2 changed files with 3 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0060"
|
||||
#define REVISION_NR "0061"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue