Author: sascha-guest Date: 2014-05-19 23:13:19 +0000 (Mon, 19 May 2014) New Revision: 16961
Modified: trunk/packages/genometools/trunk/debian/patches/fix-unsigned-char Log: add patch description Modified: trunk/packages/genometools/trunk/debian/patches/fix-unsigned-char =================================================================== --- trunk/packages/genometools/trunk/debian/patches/fix-unsigned-char 2014-05-19 22:43:34 UTC (rev 16960) +++ trunk/packages/genometools/trunk/debian/patches/fix-unsigned-char 2014-05-19 23:13:19 UTC (rev 16961) @@ -1,3 +1,5 @@ +Description: Adapt code to work with char being unsigned by default. +Author: Sascha Steinbiss <[email protected]> --- a/src/core/safearith.c +++ b/src/core/safearith.c @@ -182,8 +182,10 @@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
