]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Pageant's command line handling now uses my new split_into_argv()
authorSimon Tatham <anakin@pobox.com>
Tue, 6 Aug 2002 17:57:37 +0000 (17:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 6 Aug 2002 17:57:37 +0000 (17:57 +0000)
commit437d740fb32b6cf2b8c3df853265b8202f2ca407
tree7cdf9045c9aeb7a19aa267643d9a5137974bd742
parent5e49e3fe1c2235f50cf69733337adc3b8c19ce7e
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).

[originally from svn r1811]
pageant.c
puttygen.c
window.c
winstuff.h
winutils.c