Read a configuration file: Difference between revisions

Line 733:
 
}
 
confs.->needspeeling &= 0x7F;
confs.->seedsremoved &= 0x7F;
 
return 0;
Line 744 ⟶ 747:
ini_global_set_implicit_value("YES", 0);
populate_configs(&confs);
confs.needspeeling &= 0x7F;
confs.seedsremoved &= 0x7F;
 
/* Print the configurations parsed */
Anonymous user