commit | 2a2a7bb577da360e2a6635fce809823c80f900b6 | [log] [tgz] |
---|---|---|
author | Michal Srb <michalsrb@gmail.com> | Fri May 06 14:48:36 2016 +0300 |
committer | Michal Srb <michalsrb@gmail.com> | Fri May 06 14:48:36 2016 +0300 |
tree | bf809d7145fe904a4bdecb2e574108cad5068b96 | |
parent | 9927d25316f7e56e5ce5083d19e638214a57fdfd [diff] [blame] |
Fix mistake in TightEncoder::setCompressLevel.
diff --git a/common/rfb/TightEncoder.cxx b/common/rfb/TightEncoder.cxx index fe2470b..0d428f1 100644 --- a/common/rfb/TightEncoder.cxx +++ b/common/rfb/TightEncoder.cxx
@@ -77,7 +77,7 @@ level = 2; idxZlibLevel = conf[level].idxZlibLevel; - monoZlibLevel = conf[level].idxZlibLevel; + monoZlibLevel = conf[level].monoZlibLevel; rawZlibLevel = conf[level].rawZlibLevel; }