Fix a bug in the PSFTP command parser which would cause it to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 22 Aug 2012 18:36:44 +0000 (18:36 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 22 Aug 2012 18:36:44 +0000 (18:36 +0000)
commit5ab93329d5698739fcf00d3d52d69c8936ecd3f4
tree1b8384610d6dd10263ac21b94e3819b04954ddad
parent1f7a2b70877c791bdc53650d2a9bee6d5d6d4d72
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.

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