Bug#749511: netcdf: wrong quote characters

Michael Tautschnig mt at debian.org
Mon Nov 9 00:11:23 UTC 2015


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

-------------- next part --------------
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 841 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20151109/1a934b1d/attachment.sig>


More information about the Pkg-grass-devel mailing list