msi: Remove an unused initializer.
This commit is contained in:
parent
b937f33d23
commit
63cdee2741
|
@ -564,7 +564,7 @@ static UINT HANDLE_CustomType2(MSIPACKAGE *package, LPCWSTR source,
|
||||||
WCHAR *deformated = NULL;
|
WCHAR *deformated = NULL;
|
||||||
WCHAR *cmd;
|
WCHAR *cmd;
|
||||||
static const WCHAR spc[] = {' ',0};
|
static const WCHAR spc[] = {' ',0};
|
||||||
UINT r = ERROR_SUCCESS;
|
UINT r;
|
||||||
|
|
||||||
memset(&si,0,sizeof(STARTUPINFOW));
|
memset(&si,0,sizeof(STARTUPINFOW));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue