mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +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;
|
||||
}
|
||||
default:
|
||||
ERR("Unknown CODEVIEW signature %.4s in module %s\n",
|
||||
(const char*)signature, debugstr_w(msc_dbg->module->module.ModuleName));
|
||||
ERR("Unknown CODEVIEW signature %08x in module %s\n",
|
||||
*signature, debugstr_w(msc_dbg->module->module.ModuleName));
|
||||
break;
|
||||
}
|
||||
if (ret)
|
||||
|
Loading…
Reference in New Issue
Block a user