mirror of https://github.com/BOINC/boinc.git
- client: MAXPATHLEN tweak
svn path=/trunk/boinc/; revision=26135
This commit is contained in:
parent
6b2268e0d9
commit
f0b331e0d2
|
@ -6027,3 +6027,9 @@ Charlie 21 Sep 2012
|
|||
|
||||
client/
|
||||
check_security.cpp
|
||||
|
||||
David 21 Sept 2012
|
||||
- client: MAXPATHLEN tweak
|
||||
|
||||
client/
|
||||
app.cpp
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue