mirror of https://github.com/BOINC/boinc.git
parent
7da9bdc7ec
commit
8248896bc9
|
@ -7534,3 +7534,9 @@ Charlie 18 Sep 2008
|
|||
|
||||
mac_installer/
|
||||
make_GridRepublic.sh
|
||||
|
||||
David 18 Sept 2008
|
||||
- typo
|
||||
|
||||
sched/
|
||||
sched_config.C
|
||||
|
|
|
@ -212,8 +212,8 @@ int SCHED_CONFIG::parse_file(const char* dir) {
|
|||
int retval;
|
||||
|
||||
char* p = getenv("BOINC_CONFIG_XML");
|
||||
if (p) [
|
||||
strcpy(path, p)
|
||||
if (p) {
|
||||
strcpy(path, p);
|
||||
} else {
|
||||
sprintf(path, "%s/%s", dir, CONFIG_FILE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue