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))
|
if (lstrcmpW(f->File, data->file->File))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
size = lstrlenW(data->destination) + lstrlenW(file) + 2;
|
size = lstrlenW(data->destination) + lstrlenW(data->file->FileName) + 2;
|
||||||
path = msi_alloc(size * sizeof(WCHAR));
|
path = msi_alloc(size * sizeof(WCHAR));
|
||||||
lstrcpyW(path, data->destination);
|
lstrcpyW(path, data->destination);
|
||||||
PathAddBackslashW(path);
|
PathAddBackslashW(path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user