mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 23:20:56 +00:00
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 )
|
||||
{
|
||||
TRACE("stub %s (harmless)\n", lpMachineName);
|
||||
TRACE("stub %s (harmless)\n", debugstr_a(lpMachineName));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user