[WINESYNC] setupapi: Print the debug string and not the pointer to it.

wine commit id 8f6801fdc02ff8307d81368be5d231505c78a35a by Michael Stefaniuc <mstefani@redhat.de>
This commit is contained in:
winesync 2024-01-04 22:09:22 +01:00 committed by Hermès Bélusca-Maïto
parent c17b8bc8ca
commit f9d8e345de
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ BOOL WINAPI SetupLogFileW(
PCWSTR OtherInfo,
DWORD Flags )
{
FIXME("(%p, %p, '%s', '%s', %d, %p, %p, %p, %d): stub\n", FileLogHandle,
FIXME("(%p, %s, '%s', '%s', %d, %s, %s, %s, %d): stub\n", FileLogHandle,
debugstr_w(LogSectionName), debugstr_w(SourceFileName),
debugstr_w(TargetFileName), Checksum, debugstr_w(DiskTagfile),
debugstr_w(DiskDescription), debugstr_w(OtherInfo), Flags);

View file

@ -5,4 +5,4 @@ files:
dlls/setupapi/misc.c: dll/win32/setupapi/misc.c
dlls/setupapi/stubs.c: dll/win32/setupapi/stubs.c
tags:
wine: edd9066d5b676104c036cb621574f36ea055951b
wine: 8f6801fdc02ff8307d81368be5d231505c78a35a