- another MAXPATHLEN

svn path=/trunk/boinc/; revision=25660
This commit is contained in:
David Anderson 2012-05-09 18:16:15 +00:00
parent 32a08d27d9
commit 24c0fcc9bf
1 changed files with 1 additions and 1 deletions

View File

@ -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