This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository samtools.
commit 51467d0e746c2e5192032ca4f6410fa1e359a268 Author: Lee Baker <[email protected]> Date: Sun Mar 10 17:06:16 2013 -0500 Fix compilation with the Clang compiler. --- padding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/padding.c b/padding.c index a8da562..f68321a 100644 --- a/padding.c +++ b/padding.c @@ -138,7 +138,7 @@ int get_unpadded_len(faidx_t *fai, char *ref_name, int padded_len) return bases; } -inline int * update_posmap(int *posmap, kstring_t ref) +int * update_posmap(int *posmap, kstring_t ref) { int i, k; posmap = realloc(posmap, ref.m * sizeof(int)); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
