dbghelp: Don't print garbage chars in ERR message.

This commit is contained in:
Alexandre Julliard 2007-04-23 15:11:58 +02:00
parent e4253fd8b9
commit 9583c1137b
1 changed files with 2 additions and 2 deletions

View File

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