mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-17 19:18:06 -05:00
Mark the trial decompress in every call to compressline() with the
XXX-REMOVE-BEFORE-RELEASE tag. [originally from svn r4633]
This commit is contained in:
parent
9b37d130ed
commit
89e36c9567
@ -634,6 +634,9 @@ static unsigned char *compressline(termline *ldata)
|
|||||||
/*
|
/*
|
||||||
* Diagnostics: ensure that the compressed data really does
|
* Diagnostics: ensure that the compressed data really does
|
||||||
* decompress to the right thing.
|
* decompress to the right thing.
|
||||||
|
*
|
||||||
|
* XXX-REMOVE-BEFORE-RELEASE: This is a bit performance-heavy
|
||||||
|
* to be leaving in production code.
|
||||||
*/
|
*/
|
||||||
#ifndef CHECK_SB_COMPRESSION
|
#ifndef CHECK_SB_COMPRESSION
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user