no message

svn path=/trunk/boinc/; revision=571
This commit is contained in:
Eric Heien 2002-11-05 21:16:00 +00:00
parent d3942cc197
commit 9c160779c2
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ int write_account_file(char* master_url, char* authenticator) {
"<account>\n"
" <master_url>%s</master_url>\n"
" <authenticator>%s</authenticator>\n"
" <resource_share>1</resource_share>"
" <resource_share>1</resource_share>\n"
"</account>\n",
master_url,
authenticator

View File

@ -306,7 +306,7 @@ int ACTIVE_TASK::start(bool first_time) {
NULL,
NULL,
FALSE,
CREATE_NEW_PROCESS_GROUP|CREATE_NO_WINDOW|NORMAL_PRIORITY_CLASS,
CREATE_NEW_PROCESS_GROUP|CREATE_NO_WINDOW|IDLE_PRIORITY_CLASS,
NULL,
slotdirpath,
&startup_info,