msi: Constify a character string.

This commit is contained in:
Frédéric Delanoy 2013-12-17 22:17:37 +01:00 committed by Alexandre Julliard
parent adbc691d20
commit 1983448942
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ static UINT MSI_ApplyPatchW(LPCWSTR szPatchPackage, LPCWSTR szProductCode, LPCWS
BOOL succeeded = FALSE;
static const WCHAR fmt[] = {'%','s',' ','P','A','T','C','H','=','"','%','s','"',0};
static WCHAR empty[] = {0};
static const WCHAR empty[] = {0};
if (!szPatchPackage || !szPatchPackage[0])
return ERROR_INVALID_PARAMETER;