Module: wine Branch: master Commit: 8f6801fdc02ff8307d81368be5d231505c78a35a URL: http://source.winehq.org/git/wine.git/?a=commit;h=8f6801fdc02ff8307d81368be5...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Mar 21 23:39:39 2012 +0100
setupapi: Print the debug string and not the pointer to it.
---
dlls/setupapi/stubs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/setupapi/stubs.c b/dlls/setupapi/stubs.c index ba437b7..f4e6959 100644 --- a/dlls/setupapi/stubs.c +++ b/dlls/setupapi/stubs.c @@ -441,7 +441,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);