mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
installer: CustomActions: DeferredAction: minor fix
This commit is contained in:
parent
b179c7a933
commit
925fa4b6e4
@ -151,7 +151,7 @@ UINT __stdcall DeferredAction(MSIHANDLE MsiHandle)
|
|||||||
ExitOnNullWithLastError(Proc, hr, "Failed to GetProcAddress");
|
ExitOnNullWithLastError(Proc, hr, "Failed to GetProcAddress");
|
||||||
|
|
||||||
err = ((HRESULT (*)(int, PWSTR *))Proc)(Argc, Argv);
|
err = ((HRESULT (*)(int, PWSTR *))Proc)(Argc, Argv);
|
||||||
ExitOnWin32Error(err, hr, "Failed to %S", ProcName);
|
ExitOnWin32Error(err, hr, "Failed to %s", ProcName);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user