winedbg: Escape args in a WINE_FIXME.

oldstable
Jerome Leclanche 2010-09-02 20:32:05 +01:00 committed by Alexandre Julliard
parent 83ff5b5041
commit fffa4881f6
1 changed files with 1 additions and 1 deletions

View File

@ -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