From f4e49163a4c95893a108e9b7773b272d3a59b9c1 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 12 Oct 2001 21:39:16 +0000 Subject: [PATCH] D'oh, trivial typo which was completely breaking log-all-output. git-svn-id: svn://svn.tartarus.org/sgt/putty@1308 cda61777-01e9-0310-a592-d414129be87e --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index 090ce359..a65d7157 100644 --- a/terminal.c +++ b/terminal.c @@ -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; -- 2.11.0