mirror of https://github.com/BOINC/boinc.git
- another MAXPATHLEN
svn path=/trunk/boinc/; revision=25660
This commit is contained in:
parent
32a08d27d9
commit
24c0fcc9bf
|
@ -1002,7 +1002,7 @@ struct GRAPHICS_APP {
|
|||
char* argv[4];
|
||||
char abspath[MAXPATHLEN];
|
||||
#ifdef _WIN32
|
||||
GetFullPathName(path, 1024, abspath, NULL);
|
||||
GetFullPathName(path, MAXPATHLEN, abspath, NULL);
|
||||
#else
|
||||
strcpy(abspath, path);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue