mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -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:
@ -634,6 +634,9 @@ static unsigned char *compressline(termline *ldata)
|
||||
/*
|
||||
* Diagnostics: ensure that the compressed data really does
|
||||
* 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
|
||||
{
|
||||
|
Reference in New Issue
Block a user