]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a bug in the PSFTP command parser which would cause it to
authorSimon Tatham <anakin@pobox.com>
Wed, 22 Aug 2012 18:36:44 +0000 (18:36 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 22 Aug 2012 18:36:44 +0000 (18:36 +0000)
commit5ebf74d103034960dd8f1c4ad0cc15254317dce0
tree1b8384610d6dd10263ac21b94e3819b04954ddad
parentf796f2d2d38830b9ed25f00eba761a10ec527f32
Fix a bug in the PSFTP command parser which would cause it to
hallucinate an extra empty argument word at the end of a line if the
line ended in more than one whitespace character.

[originally from svn r9613]
psftp.c