X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ad5c93cc19001ef3e9f3ccb0fb63d34140481c05..f4e49163a4c95893a108e9b7773b272d3a59b9c1:/terminal.c 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;