[med-svn] [Git][med-team/libqes][upstream] New upstream version 0.2.8

Andreas Tille gitlab at salsa.debian.org
Sat Apr 28 21:49:24 BST 2018


Andreas Tille pushed to branch upstream at Debian Med / libqes


Commits:
18b85f66 by Andreas Tille at 2018-04-28T22:32:39+02:00
New upstream version 0.2.8
- - - - -


2 changed files:

- README.md
- src/qes_seq.c


Changes:

=====================================
README.md
=====================================
--- a/README.md
+++ b/README.md
@@ -7,10 +7,8 @@ API.
 
 ###Tests:
 
-| Jenkins GNU/Linux | [![Build Status](http://biojenkins.anu.edu.au/job/libqes/badge/icon)](http://biojenkins.anu.edu.au/job/libqes/) |
-| ----------------- | --- |
-| Jenkins MinGW     | [![Build Status](http://biojenkins.anu.edu.au/job/libqes-mingw/badge/icon)](http://biojenkins.anu.edu.au/job/libqes-mingw/) |
 | TravisCI          | [![Build Status](https://travis-ci.org/kdmurray91/libqes.svg?branch=dev)](https://travis-ci.org/kdmurray91/libqes) |
+| ----------------- | --- |
 | Test Coverage     | [![Coverage Status](https://img.shields.io/coveralls/kdmurray91/libqes.svg)](https://coveralls.io/r/kdmurray91/libqes?branch=master) |
 
 


=====================================
src/qes_seq.c
=====================================
--- a/src/qes_seq.c
+++ b/src/qes_seq.c
@@ -217,7 +217,7 @@ qes_seq_print(const struct qes_seq *seq, FILE *stream, bool fasta, int tag)
             fprintf(stream, "/%d", tag);
         }
     }
-    if (seq->comment.str) {
+    if (seq->comment.len > 0) {
         fputc(' ', stream);
         fputs(seq->comment.str, stream);
     }



View it on GitLab: https://salsa.debian.org/med-team/libqes/commit/18b85f66f16224cc5604afa13ab96740a4b7832e

---
View it on GitLab: https://salsa.debian.org/med-team/libqes/commit/18b85f66f16224cc5604afa13ab96740a4b7832e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180428/fb089164/attachment-0001.html>


More information about the debian-med-commit mailing list