提交 60cbfb95 编写于 作者: B blueswir1

Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6134 c046a42c-6fe2-441c-8c8c-71466251a162
上级 bd89f43f
......@@ -1936,10 +1936,9 @@ static const MonitorDef monitor_defs[] = {
{ NULL },
};
static void expr_error(const char *fmt)
static void expr_error(const char *msg)
{
term_printf(fmt);
term_printf("\n");
term_printf("%s\n", msg);
longjmp(expr_env, 1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册