Commit fb490175 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msi: Allocate 1 byte more buffer.

parent 2e2efd44
......@@ -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\\*");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment