From: simon Date: Fri, 15 Oct 2004 11:29:02 +0000 (+0000) Subject: Mark the trial decompress in every call to compressline() with the X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/49d46cb511398926449c8034f9e53c5f6e9173ba?hp=041d8f30a49defcd971c32cb529c706cc036643a Mark the trial decompress in every call to compressline() with the XXX-REMOVE-BEFORE-RELEASE tag. git-svn-id: svn://svn.tartarus.org/sgt/putty@4633 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/terminal.c b/terminal.c index 0de47f91..54a17df6 100644 --- a/terminal.c +++ b/terminal.c @@ -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 {