From 9c160779c2fe403ed4d0348d223f14be55b7b86b Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Tue, 5 Nov 2002 21:16:00 +0000 Subject: [PATCH] no message svn path=/trunk/boinc/; revision=571 --- client/account.C | 2 +- client/app.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/account.C b/client/account.C index a069979203..dc78e10c00 100644 --- a/client/account.C +++ b/client/account.C @@ -38,7 +38,7 @@ int write_account_file(char* master_url, char* authenticator) { "\n" " %s\n" " %s\n" - " 1" + " 1\n" "\n", master_url, authenticator diff --git a/client/app.C b/client/app.C index c322c9080e..57291aef94 100644 --- a/client/app.C +++ b/client/app.C @@ -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,