[med-svn] [Git][med-team/plink1-9][upstream] New upstream version 1.90~b6.3-180717
Dylan Aïssi
gitlab at salsa.debian.org
Fri Aug 3 07:03:08 BST 2018
Dylan Aïssi pushed to branch upstream at Debian Med / plink1.9
Commits:
80f5c46f by Dylan Aïssi at 2018-08-03T05:43:55Z
New upstream version 1.90~b6.3-180717
- - - - -
2 changed files:
- plink.c
- plink_set.c
Changes:
=====================================
plink.c
=====================================
--- a/plink.c
+++ b/plink.c
@@ -93,7 +93,7 @@
static const char ver_str[] =
#ifdef STABLE_BUILD
- "PLINK v1.90b6.2"
+ "PLINK v1.90b6.3"
#else
"PLINK v1.90p"
#endif
@@ -105,7 +105,7 @@ static const char ver_str[] =
#else
" 32-bit"
#endif
- " (12 Jun 2018)";
+ " (17 Jul 2018)";
static const char ver_str2[] =
// include leading space if day < 10, so character length stays the same
""
=====================================
plink_set.c
=====================================
--- a/plink_set.c
+++ b/plink_set.c
@@ -25,12 +25,15 @@ void set_init(Set_info* sip, Annot_info* aip) {
sip->subset_fname = nullptr;
sip->merged_set_name = nullptr;
sip->genekeep_flattened = nullptr;
- sip->ct = 0;
sip->modifier = 0;
+ // bugfix (17 Jul 2018): make_set_border not zero-initialized
+ sip->make_set_border = 0;
sip->set_r2 = 0.5;
sip->set_p = 0.05;
sip->set_test_lambda = 0.0;
sip->set_max = 5;
+ sip->ct = 0;
+ // sip->names, sip->setdefs not accessed if ct == 0
aip->fname = nullptr;
aip->attrib_fname = nullptr;
aip->ranges_fname = nullptr;
View it on GitLab: https://salsa.debian.org/med-team/plink1-9/commit/80f5c46f6644f29ca7176b78fe67df3638c68edf
--
View it on GitLab: https://salsa.debian.org/med-team/plink1-9/commit/80f5c46f6644f29ca7176b78fe67df3638c68edf
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/20180803/d15a7089/attachment-0001.html>
More information about the debian-med-commit
mailing list