advapi32: Use dbgstr_a() to print string in a FIXME.
Signed-off-by: Frédéric Delanoy <frederic.delanoy@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4d1194d104
commit
1d131cff6e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue