[med-svn] r6528 - trunk/packages/cdbfasta/trunk/debian/patches
Timothy Booth
tbooth-guest at alioth.debian.org
Tue Apr 12 08:39:56 UTC 2011
Author: tbooth-guest
Date: 2011-04-12 08:39:38 +0000 (Tue, 12 Apr 2011)
New Revision: 6528
Added:
trunk/packages/cdbfasta/trunk/debian/patches/workaround-lintian-false-positive
Log:
Oops - didn't commit the actual patch...
Added: trunk/packages/cdbfasta/trunk/debian/patches/workaround-lintian-false-positive
===================================================================
--- trunk/packages/cdbfasta/trunk/debian/patches/workaround-lintian-false-positive (rev 0)
+++ trunk/packages/cdbfasta/trunk/debian/patches/workaround-lintian-false-positive 2011-04-12 08:39:38 UTC (rev 6528)
@@ -0,0 +1,11 @@
+--- a/gcdbz.cpp
++++ b/gcdbz.cpp
+@@ -65,7 +65,7 @@
+ err = deflate(&zstream, Z_FULL_FLUSH);
+ zsize=zstream.total_out-t_out;
+ if ((err !=Z_OK && err!=Z_STREAM_END) || zsize<=0)
+- GError("GCdbz error: deflate 1st record failed! (err=%d)\n", err);
++ GError("GCdbz error: deflating 1st record failed! (err=%d)\n", err);
+ //now write the header and the dummy record
+ //in case this was not done before:
+ gcvt_uint=(endian_test())? &uint32_sun : &uint32_x86;
More information about the debian-med-commit
mailing list