shcore: Print the debugstr instead of the pointer to it.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
628e8c30d2
commit
1ab06f4665
|
@ -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() */
|
||||
|
|
Loading…
Reference in New Issue