mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +00:00
msi: Fix a typo.
This commit is contained in:
parent
e3b662bb20
commit
02b531b302
@ -1098,7 +1098,7 @@ static INT_PTR cabinet_notify(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin)
|
||||
if (lstrcmpW(f->File, data->file->File))
|
||||
return 0;
|
||||
|
||||
size = lstrlenW(data->destination) + lstrlenW(file) + 2;
|
||||
size = lstrlenW(data->destination) + lstrlenW(data->file->FileName) + 2;
|
||||
path = msi_alloc(size * sizeof(WCHAR));
|
||||
lstrcpyW(path, data->destination);
|
||||
PathAddBackslashW(path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user