simon-svn: putty: jacob

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat May 31 18:22:29 BST 2008


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     jacob
Revision:       8030
Date:           2008-05-31 18:22:29 +0100 (Sat, 31 May 2008)

Log message (7 lines):
Apparently Vista's printf-like functions don't support %n by default.
We could explicitly re-enable %n, but we only use it in one place, so take
the path of least resistance and remove that single instance. This stops
dupvprintf() getting stuck in a loop (a behaviour that's caused by a workaround
for a broken libc).

<http://msdn.microsoft.com/en-us/library/ms175782(VS.80).aspx>

Modified files:
U   putty/ssh.c

Links:
http://svn.tartarus.org/?rev=8030&view=rev
http://svn.tartarus.org/putty/ssh.c?rev=8030&r1=8029&r2=8030



More information about the tartarus-commits mailing list