mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 07:37:16 +08:00
12 lines
408 B
Diff
12 lines
408 B
Diff
|
Index: /trunk/program/src/rrd_format.h
|
||
|
===================================================================
|
||
|
--- /trunk/program/src/rrd_format.h (revision 2042)
|
||
|
+++ /trunk/program/src/rrd_format.h (revision 2069)
|
||
|
@@ -36,5 +36,5 @@
|
||
|
#define RRD_VERSION "0004"
|
||
|
#define RRD_VERSION3 "0003"
|
||
|
-#define FLOAT_COOKIE 8.642135E130
|
||
|
+#define FLOAT_COOKIE ((double)8.642135E130)
|
||
|
|
||
|
typedef union unival {
|