]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a mistaken use of a format string in logevent().
authorSimon Tatham <anakin@pobox.com>
Fri, 27 Nov 2015 23:55:16 +0000 (23:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 29 Feb 2016 19:59:34 +0000 (19:59 +0000)
commit941421b8fa669f729129e7462457c29911476b17
treef8f9e4398544ad694962d423b754aabd58ce325a
parent63597ea215870c8fa52c48be3ef19adec0f5b068
Fix a mistaken use of a format string in logevent().

logevent() doesn't do printf-style formatting (though the logeventf
wrapper in ssh.c does), so if you need to format a message, it has to
be done separately with dupprintf.

(cherry picked from commit 1659cf3f1455f7e3d9c97a66f90a0cfa914d1ce3)
windows/window.c