msi: Allocate 1 byte more buffer.

This commit is contained in:
Marcus Meissner 2007-08-12 18:30:43 +02:00 committed by Alexandre Julliard
parent 2e2efd448a
commit fb4901759b
1 changed files with 1 additions and 1 deletions

View File

@ -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\\*");