mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 10:05:35 +00:00
[CABMAN] Addendum to 7afc8882
: Use PATH_MAX instead of MAX_PATH
This commit is contained in:
parent
7afc888279
commit
2949b2f08b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ CCFDATAStorage::~CCFDATAStorage()
|
|||
*/
|
||||
ULONG CCFDATAStorage::Create()
|
||||
{
|
||||
char TmpName[MAX_PATH];
|
||||
char TmpName[PATH_MAX];
|
||||
char *pName;
|
||||
int length;
|
||||
|
||||
|
|
Loading…
Reference in a new issue