Make sure to include trailing backslash in path.
This commit is contained in:
parent
d792a6af7b
commit
454422d605
|
@ -2189,7 +2189,7 @@ static LPWSTR resolve_folder(MSIPACKAGE *package, LPCWSTR name,
|
|||
{
|
||||
p = strrchrW(path,'\\');
|
||||
if (p)
|
||||
*p++ = 0;
|
||||
*(p+1) = 0;
|
||||
}
|
||||
}
|
||||
if (folder)
|
||||
|
|
Loading…
Reference in New Issue