diff options
Diffstat (limited to 'common/rfb/TightDecoder.cxx')
-rw-r--r-- | common/rfb/TightDecoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/TightDecoder.cxx b/common/rfb/TightDecoder.cxx index 09c253bd..acc9d5a5 100644 --- a/common/rfb/TightDecoder.cxx +++ b/common/rfb/TightDecoder.cxx @@ -400,7 +400,7 @@ void TightDecoder::decodeRect(const Rect& r, const void* buffer, uint8_t* outbuf; int stride; - if (pb->getPF().equal(pf)) { + if (pb->getPF() == pf) { // Decode directly into the framebuffer (fast path) directDecode = true; } else { |