1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-29 07:44:48 -05:00

D'oh, trivial typo which was completely breaking log-all-output.

[originally from svn r1308]
This commit is contained in:
Simon Tatham 2001-10-12 21:39:16 +00:00
parent 07b6efb23d
commit 7e1272bb53

View File

@ -1000,7 +1000,7 @@ void term_out(void)
* debugging and possibly also useful for actual logging. * debugging and possibly also useful for actual logging.
*/ */
if (cfg.logtype == LGTYP_DEBUG) if (cfg.logtype == LGTYP_DEBUG)
logtraffic((unsigned char) &c, LGTYP_DEBUG); logtraffic((unsigned char) c, LGTYP_DEBUG);
} else { } else {
c = unget; c = unget;
unget = -1; unget = -1;