sim-card
/
qemu
Archived
10
0
Fork 0

vnc: kill leftover debug statement.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Gerd Hoffmann 2009-04-27 16:39:53 +02:00 committed by Anthony Liguori
parent 24cf0a6e36
commit 8563d5b31d
1 changed files with 1 additions and 1 deletions

2
vnc.c
View File

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