commit | 3821d7edcc7371025d6d8b5575324fc7fe0aee14 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon May 09 13:51:51 2016 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Mon May 09 13:51:51 2016 +0200 |
tree | 1d6774adea6cdc46eb2c87366d198454885309ef | |
parent | 3618b289efb27295c09af21fe4115ab542c68239 [diff] | |
parent | 2a2a7bb577da360e2a6635fce809823c80f900b6 [diff] |
Merge branch 'fixcopypastemistake' of https://github.com/michalsrb/tigervnc
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; }