提交 8563d5b3 编写于 作者: G Gerd Hoffmann 提交者: Anthony Liguori

vnc: kill leftover debug statement.

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 24cf0a6e
......@@ -683,7 +683,7 @@ static int find_and_clear_dirty_height(struct VncSurface *s,
{
int h;
for (h = 1; h < (s->ds->height - y) && h < 1; h++) {
for (h = 1; h < (s->ds->height - y); h++) {
int tmp_x;
if (!vnc_get_bit(s->dirty[y + h], last_x))
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册