D'oh, trivial typo which was completely breaking log-all-output.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 12 Oct 2001 21:39:16 +0000 (21:39 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 12 Oct 2001 21:39:16 +0000 (21:39 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1308 cda61777-01e9-0310-a592-d414129be87e

terminal.c

index 090ce35..a65d715 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;