[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:
Shauren 2012-07-06 00:06:33 +02:00 committed by Antz
parent 7ce7fd8ab1
commit a004c7b50c
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0060"
#define REVISION_NR "0061"
#endif // __REVISION_NR_H__