Hi,

On Sun, Nov 08, 2015 at 23:03:19 +0100, Sebastiaan Couwenberg wrote:
> We migrated away from NetCDF 4.1.3 to 4.4.0 in unstable, and I cannot
> reproduce the issue with the current netcdf packages any more.
> 
[...]
> It looks like this fixed the issue.
> 
> Can you confirm that this is now fixed, or can you still reproduce the
> issue with netcdf (1:4.4.0~rc3-1)?
> 

Yes, I do confirm that this problem has been addressed. There is, however,
another inconsistency that now crops up: ocrc_process is declared with
inconsistent return types. The attached patch fixes this problem.

Best,
Michael

Index: sources-netcdf/1:4.4.0~rc3-1/oc2/ocrc.c
===================================================================
--- sources-netcdf/1:4.4.0~rc3-1/oc2/ocrc.c
+++ sources-netcdf/1:4.4.0~rc3-1/oc2/ocrc.c
@@ -407,12 +407,12 @@
        free(path);
     return stat;
 }
 
-int
+OCerror
 ocrc_process(OCstate* state)
 {
-    int stat = 0;
+    OCerror stat = OC_NOERR;
     char* value = NULL;
     OCURI* uri = state->uri;
     char* url_userpwd = NULL;
     char* url_hostport = NULL;

Attachment: pgpu_UMR9aum_.pgp
Description: PGP signature

Reply via email to