diff options
author | Pierre Ossman <ossman@cendio.se> | 2016-05-09 13:51:51 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2016-05-09 13:51:51 +0200 |
commit | 3821d7edcc7371025d6d8b5575324fc7fe0aee14 (patch) | |
tree | 1d6774adea6cdc46eb2c87366d198454885309ef | |
parent | 3618b289efb27295c09af21fe4115ab542c68239 (diff) | |
parent | 2a2a7bb577da360e2a6635fce809823c80f900b6 (diff) | |
download | tigervnc-3821d7edcc7371025d6d8b5575324fc7fe0aee14.tar.gz tigervnc-3821d7edcc7371025d6d8b5575324fc7fe0aee14.zip |
Merge branch 'fixcopypastemistake' of https://github.com/michalsrb/tigervnc
-rw-r--r-- | common/rfb/TightEncoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/TightEncoder.cxx b/common/rfb/TightEncoder.cxx index fe2470b9..0d428f16 100644 --- a/common/rfb/TightEncoder.cxx +++ b/common/rfb/TightEncoder.cxx @@ -77,7 +77,7 @@ void TightEncoder::setCompressLevel(int level) level = 2; idxZlibLevel = conf[level].idxZlibLevel; - monoZlibLevel = conf[level].idxZlibLevel; + monoZlibLevel = conf[level].monoZlibLevel; rawZlibLevel = conf[level].rawZlibLevel; } |