« Previous | Next » 

Revision 54d43eac

ID54d43eacc5ca300d5a5ce5a83abe75e0167946b5

Added by Corentin Chary almost 14 years ago

vnc: tight: don't forget last pixel in tight_encode_indexed_rect

A simple patch would have been to just remove count = 1, but this
one also replace the while (count-
) with a for(i = 0; i < count; i++)
which I believe is more easy to understand.

Signed-off-by: Corentin Chary <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences