]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
D'oh, trivial typo which was completely breaking log-all-output.
authorSimon Tatham <anakin@pobox.com>
Fri, 12 Oct 2001 21:39:16 +0000 (21:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 12 Oct 2001 21:39:16 +0000 (21:39 +0000)
[originally from svn r1308]

terminal.c

index 090ce35944072cb21909b2f4e1c1ad2b39cafb2a..a65d7157bc40538aecd72c8b7f635cbe7d0c17f6 100644 (file)
@@ -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;