mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
winedbg: Escape args in a WINE_FIXME.
This commit is contained in:
parent
83ff5b5041
commit
fffa4881f6
@ -778,7 +778,7 @@ void dbg_run_debuggee(const char* args)
|
||||
{
|
||||
if (args)
|
||||
{
|
||||
WINE_FIXME("Re-running current program with %s as args is broken\n", args);
|
||||
WINE_FIXME("Re-running current program with %s as args is broken\n", wine_dbgstr_a(args));
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user