aboutsummaryrefslogtreecommitdiff
path: root/utils/rrdtool1/patches/020-x86-float-cast.patch
blob: 1de223443e064032e5eaa2c23b27571c94bcffcd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/rrd_format.h
+++ b/src/rrd_format.h
@@ -20,7 +20,7 @@
 
 #define RRD_COOKIE    "RRD"
 #define RRD_VERSION   "0001"
-#define FLOAT_COOKIE  8.642135E130
+#define FLOAT_COOKIE  ((double)8.642135E130)
 
 #if defined(WIN32)
 #define DNAN          ((double)fmod(0.0,0.0))