[12083] 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 260b353b53
commit 6e9858e4e2

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12082"
#define REVISION_NR "12083"
#endif // __REVISION_NR_H__