msi: Fix printing NULL strings.
This commit is contained in:
parent
ca8c1103af
commit
ff98afc450
|
@ -489,7 +489,7 @@ UINT WINAPI MsiGetSourcePathA( MSIHANDLE hInstall, LPCSTR szFolder,
|
|||
awstring str;
|
||||
UINT r;
|
||||
|
||||
TRACE("%s %p %p\n", szFolder, debugstr_a(szPathBuf), pcchPathBuf);
|
||||
TRACE("%s %p %p\n", debugstr_a(szFolder), debugstr_a(szPathBuf), pcchPathBuf);
|
||||
|
||||
str.unicode = FALSE;
|
||||
str.str.a = szPathBuf;
|
||||
|
|
Loading…
Reference in New Issue