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:
parent
07b6efb23d
commit
7e1272bb53
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user