提交 c29cad67 编写于 作者: J John Ferlan

qemu: Fix build breaker on printf directive

%zu for size_t not %lu
上级 1f967758
......@@ -499,7 +499,7 @@ qemuMonitorIOWrite(qemuMonitorPtr mon)
done = qemuMonitorIOWriteWithFD(mon, buf, len, mon->msg->txFD);
PROBE(QEMU_MONITOR_IO_WRITE,
"mon=%p buf=%s len=%lu ret=%d errno=%d",
"mon=%p buf=%s len=%zu ret=%d errno=%d",
mon, buf, len, done, errno);
if (mon->msg->txFD != -1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册