Package: cdo / 1.7.2+dfsg.1-2

libc-2.23-fixes.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Fix for isnan() conversion errors with libcc 2.23
Forwarded: no
Last-Updated: 2016-03-21
Bug-Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818826

Index: cdo-1.7.2+dfsg.1/src/EOFs.c
===================================================================
--- cdo-1.7.2+dfsg.1.orig/src/EOFs.c
+++ cdo-1.7.2+dfsg.1/src/EOFs.c
@@ -181,7 +181,7 @@ void *EOFs(void * argument)
   juldate_t juldate;
 
   double sum;
-  double missval = 0;
+  double missval = 0.0;
   double xvals, yvals;
 
   typedef struct {