Apparently Vista's printf-like functions don't support %n by default.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 31 May 2008 17:22:29 +0000 (17:22 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 31 May 2008 17:22:29 +0000 (17:22 +0000)
commit60860bc3697233687834d4efd4f1fe616f2fb9fb
tree228f47ccf6d8dc66351ea3e155a583649bf79ac1
parenta628e2a916cd96c23a38007c6967eb9839b0b931
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>

git-svn-id: svn://svn.tartarus.org/sgt/putty@8030 cda61777-01e9-0310-a592-d414129be87e
ssh.c