From 6e9858e4e27bacf385c3b7038d07ec40f02600ab Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 6 Jul 2012 00:06:33 +0200 Subject: [PATCH] [12083] Use fabs instead of abs for float type. On some platforms abs has only int overload exists. Signed-off-by: stfx --- src/shared/revision_nr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ef0074dd6..ad7c10d04 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12082" + #define REVISION_NR "12083" #endif // __REVISION_NR_H__