- client: MAXPATHLEN tweak

svn path=/trunk/boinc/; revision=26135
This commit is contained in:
David Anderson 2012-09-21 16:17:42 +00:00
parent 6b2268e0d9
commit f0b331e0d2
2 changed files with 7 additions and 1 deletions

View File

@ -6027,3 +6027,9 @@ Charlie 21 Sep 2012
client/
check_security.cpp
David 21 Sept 2012
- client: MAXPATHLEN tweak
client/
app.cpp

View File

@ -417,7 +417,7 @@ void ACTIVE_TASK_SET::get_memory_usage() {
// Move it from slot dir to project dir
//
int ACTIVE_TASK::move_trickle_file() {
char project_dir[256], new_path[MAXPATHLEN], old_path[MAXPATHLEN];
char project_dir[MAXPATHLEN], new_path[MAXPATHLEN], old_path[MAXPATHLEN];
int retval;
get_project_dir(result->project, project_dir, sizeof(project_dir));