Commit fffa4881 authored by Jerome Leclanche's avatar Jerome Leclanche Committed by Alexandre Julliard

winedbg: Escape args in a WINE_FIXME.

parent 83ff5b50
......@@ -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
......
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