mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
dbghelp: Don't print garbage chars in ERR message.
This commit is contained in:
parent
e4253fd8b9
commit
9583c1137b
@ -2444,8 +2444,8 @@ static BOOL codeview_process_info(const struct process* pcs,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
ERR("Unknown CODEVIEW signature %.4s in module %s\n",
|
ERR("Unknown CODEVIEW signature %08x in module %s\n",
|
||||||
(const char*)signature, debugstr_w(msc_dbg->module->module.ModuleName));
|
*signature, debugstr_w(msc_dbg->module->module.ModuleName));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Loading…
Reference in New Issue
Block a user