Pageant's command line handling now uses my new split_into_argv()
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Aug 2002 17:57:37 +0000 (17:57 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Aug 2002 17:57:37 +0000 (17:57 +0000)
commitd3a1a808f65812c591ef0de3e61a94b13aa73160
tree7cdf9045c9aeb7a19aa267643d9a5137974bd742
parent1a41869194d74448de0b003f6f9f61468e44231b
Pageant's command line handling now uses my new split_into_argv()
function, because it's silly to have two (and because the old one
was not the same as the new one, violating the Principle of Least
Surprise).

git-svn-id: svn://svn.tartarus.org/sgt/putty@1811 cda61777-01e9-0310-a592-d414129be87e
pageant.c
puttygen.c
window.c
winstuff.h
winutils.c