msi: Allocate 1 byte more buffer.
This commit is contained in:
parent
2e2efd448a
commit
fb4901759b
|
@ -1733,7 +1733,7 @@ static BOOL pf_exists(LPCSTR file)
|
|||
static void delete_pfmsitest_files(void)
|
||||
{
|
||||
SHFILEOPSTRUCT shfl;
|
||||
CHAR path[MAX_PATH+10];
|
||||
CHAR path[MAX_PATH+11];
|
||||
|
||||
lstrcpyA(path, PROG_FILES_DIR);
|
||||
lstrcatA(path, "\\msitest\\*");
|
||||
|
|
Loading…
Reference in New Issue