mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 18:16:07 +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()
|
ULONG CCFDATAStorage::Create()
|
||||||
{
|
{
|
||||||
char TmpName[MAX_PATH];
|
char TmpName[PATH_MAX];
|
||||||
char *pName;
|
char *pName;
|
||||||
int length;
|
int length;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue