svn path=/trunk/boinc/; revision=1113
This commit is contained in:
Eric Heien 2003-03-28 21:56:19 +00:00
parent 67fca9becf
commit 08d6b25aa4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ int CONFIG::parse(FILE* in) {
int CONFIG::parse_file() {
FILE* f;
f = fopen("config.xml", "r");
f = fopen(".htconfig.xml", "r");
if (!f) return ERR_FOPEN;
return parse(f);
}