From 99851244cee60eb8eaab9a70188f1dbeb15f3af7 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Fri, 24 Jan 2003 22:05:22 +0000 Subject: [PATCH] app specific prefs svn path=/trunk/boinc/; revision=831 --- client/app.C | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app.C b/client/app.C index 358c7ac6f9..facb940c76 100644 --- a/client/app.C +++ b/client/app.C @@ -136,6 +136,7 @@ int ACTIVE_TASK::start(bool first_time) { // TODO: fill in the app prefs, team name, etc. strncpy( aid.user_name, wup->project->user_name, 256 ); + strncpy( aid.app_preferences, wup->project->project_specific_prefs, 4096 ); aid.total_cobblestones = wup->project->user_total_credit; aid.recent_avg_cobblestones = wup->project->user_expavg_credit; aid.checkpoint_period = DEFAULT_CHECKPOINT_PERIOD;