commit | aee474ebc62686ae8827747b0b1aed85b8122979 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat Jul 31 19:40:17 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Jul 31 19:40:17 2010 +0000 |
tree | 0bb00025c96481e1bb4f5fd95ed17cee95793432 | |
parent | 3690cec8f8d210a53471817ca01adadce34ab202 [diff] |
Fix uint8_t comparison with negative value Commit 7bccf57383cca60a778d5c543ac80c9f62d89ef2 missed this one: /src/qemu/ui/vnc-enc-tight.c: In function 'send_sub_rect': /src/qemu/ui/vnc-enc-tight.c:1527: warning: comparison is always true due to limited range of data type Signed-off-by: Blue Swirl <blauwirbel@gmail.com>