Module: wine Branch: master Commit: 1660c39cadaf5585c47ceff9cd82d12b8db01529 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1660c39cadaf5585c47ceff9cd...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Mar 21 23:33:39 2012 +0100
activeds: Print the debug string and not the pointer to it.
---
dlls/activeds/activeds_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/activeds/activeds_main.c b/dlls/activeds/activeds_main.c index 67066f0..c249cf1 100644 --- a/dlls/activeds/activeds_main.c +++ b/dlls/activeds/activeds_main.c @@ -116,7 +116,7 @@ HRESULT WINAPI ADsBuildVarArrayInt(LPDWORD lpdwObjectTypes, DWORD dwObjectTypes, */ HRESULT WINAPI ADsOpenObject(LPCWSTR lpszPathName, LPCWSTR lpszUserName, LPCWSTR lpszPassword, DWORD dwReserved, REFIID riid, VOID** ppObject) { - FIXME("(%s,%s,%u,%p,%p)!stub\n", debugstr_w(lpszPathName), + FIXME("(%s,%s,%u,%s,%p)!stub\n", debugstr_w(lpszPathName), debugstr_w(lpszUserName), dwReserved, debugstr_guid(riid), ppObject); return E_NOTIMPL; }