Commit 1d131cff authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

advapi32: Use dbgstr_a() to print string in a FIXME.

parent 4d1194d1
...@@ -188,7 +188,7 @@ BOOL WINAPI IsTextUnicode( LPCVOID buf, INT len, LPINT flags ) ...@@ -188,7 +188,7 @@ BOOL WINAPI IsTextUnicode( LPCVOID buf, INT len, LPINT flags )
*/ */
BOOL WINAPI AbortSystemShutdownA( LPSTR lpMachineName ) BOOL WINAPI AbortSystemShutdownA( LPSTR lpMachineName )
{ {
TRACE("stub %s (harmless)\n", lpMachineName); TRACE("stub %s (harmless)\n", debugstr_a(lpMachineName));
return TRUE; return TRUE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment