mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 16:47:42 -05:00
D'oh, trivial typo which was completely breaking log-all-output.
[originally from svn r1308]
This commit is contained in:
@ -1000,7 +1000,7 @@ void term_out(void)
|
||||
* debugging and possibly also useful for actual logging.
|
||||
*/
|
||||
if (cfg.logtype == LGTYP_DEBUG)
|
||||
logtraffic((unsigned char) &c, LGTYP_DEBUG);
|
||||
logtraffic((unsigned char) c, LGTYP_DEBUG);
|
||||
} else {
|
||||
c = unget;
|
||||
unget = -1;
|
||||
|
Reference in New Issue
Block a user