msi: Fix printing NULL strings.

This commit is contained in:
Francois Gouget 2011-09-18 19:49:55 +02:00 committed by Alexandre Julliard
parent ca8c1103af
commit ff98afc450
1 changed files with 1 additions and 1 deletions

View File

@ -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;