simon-git: putty (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Fri Nov 27 23:59:37 GMT 2015
TL;DR:
1659cf3 Fix a mistaken use of a format string in logevent().
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2015-11-27 23:59:37
commit 1659cf3f1455f7e3d9c97a66f90a0cfa914d1ce3
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=1659cf3f1455f7e3d9c97a66f90a0cfa914d1ce3;hp=6bea4b250276c489d1d971b736e1ce173d7060c9
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Nov 27 23:55:16 2015 +0000
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.
windows/window.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list