svn path=/trunk/boinc/; revision=16017
This commit is contained in:
David Anderson 2008-09-18 12:01:50 +00:00
parent 7da9bdc7ec
commit 8248896bc9
2 changed files with 8 additions and 2 deletions

View File

@ -7534,3 +7534,9 @@ Charlie 18 Sep 2008
mac_installer/
make_GridRepublic.sh
David 18 Sept 2008
- typo
sched/
sched_config.C

View File

@ -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);
}