Michael Stefaniuc : shcore: Print the debugstr instead of the pointer to it.
Module: wine Branch: master Commit: 1ab06f46659b63b15e3765f40b30394ea8bc7b26 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ab06f46659b63b15e3765f40... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Wed Dec 5 18:57:39 2018 +0100 shcore: Print the debugstr instead of the pointer to it. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shcore/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shcore/main.c b/dlls/shcore/main.c index c5b9856..a544f27 100644 --- a/dlls/shcore/main.c +++ b/dlls/shcore/main.c @@ -2285,7 +2285,7 @@ DWORD WINAPI SHSetValueA(HKEY hkey, const char *subkey, const char *value, */ DWORD WINAPI SHRegSetPathA(HKEY hkey, const char *subkey, const char *value, const char *path, DWORD flags) { - FIXME("(%p, %s, %s, %p, %#x) - semi-stub\n", hkey, debugstr_a(subkey), + FIXME("(%p, %s, %s, %s, %#x) - semi-stub\n", hkey, debugstr_a(subkey), debugstr_a(value), debugstr_a(path), flags); /* FIXME: PathUnExpandEnvStringsA() */
participants (1)
-
Alexandre Julliard