This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch jessie in repository htslib.
commit 944b9b6bb2bda1c952ba0c332cbc73905e912e73 Author: Andreas Tille <[email protected]> Date: Sun Dec 14 09:05:44 2014 +0100 Enable signed return types on every architecture --- faidx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/faidx.c b/faidx.c index 75ec84c..ae51e00 100644 --- a/faidx.c +++ b/faidx.c @@ -74,7 +74,8 @@ static inline void fai_insert_index(faidx_t *idx, const char *name, int len, int faidx_t *fai_build_core(BGZF *bgzf) { - char c, *name; + int c; + char *name; int l_name, m_name; int line_len, line_blen, state; int l1, l2; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
