Loading plink.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 "" Loading plink_set.c +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
plink.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 "" Loading
plink_set.c +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading