Make sure to include trailing backslash in path.

This commit is contained in:
Aric Stewart 2004-12-23 11:20:50 +00:00 committed by Alexandre Julliard
parent d792a6af7b
commit 454422d605
1 changed files with 1 additions and 1 deletions

View File

@ -2189,7 +2189,7 @@ static LPWSTR resolve_folder(MSIPACKAGE *package, LPCWSTR name,
{
p = strrchrW(path,'\\');
if (p)
*p++ = 0;
*(p+1) = 0;
}
}
if (folder)