[med-svn] [Git][med-team/plink1-9][upstream] New upstream version 1.90~b6.16-200219

Dylan Aïssi gitlab at salsa.debian.org
Wed Mar 25 15:23:44 GMT 2020



Dylan Aïssi pushed to branch upstream at Debian Med / plink1.9


Commits:
f4d07830 by Dylan Aïssi at 2020-03-25T16:17:58+01:00
New upstream version 1.90~b6.16-200219
- - - - -


2 changed files:

- plink.c
- plink_data.c


Changes:

=====================================
plink.c
=====================================
@@ -105,7 +105,7 @@ static const char ver_str[] =
 #else
   " 32-bit"
 #endif
-  " (17 Feb 2020)";
+  " (19 Feb 2020)";
 static const char ver_str2[] =
   // include leading space if day < 10, so character length stays the same
   ""


=====================================
plink_data.c
=====================================
@@ -9085,7 +9085,8 @@ int32_t bcf_header_line_idx_check(char* line_iter, char* line_end, uint32_t* gt_
     if (cc == ',') {
       continue;
     }
-    if (cc == '\n') {
+    // bugfix (19 Feb 2020)
+    if (cc == '>') {
       return 0;
     }
     break;



View it on GitLab: https://salsa.debian.org/med-team/plink1-9/-/commit/f4d078303cee5d2c1f774911622ead433c902bfe

-- 
View it on GitLab: https://salsa.debian.org/med-team/plink1-9/-/commit/f4d078303cee5d2c1f774911622ead433c902bfe
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/20200325/1576d656/attachment.html>


More information about the debian-med-commit mailing list