mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-19 03:51:02 -05:00

Now if a pathname ends with a slash already, we detect that (using the shiny new ptrlen_endswith), and don't bother putting another one in. No functional change, but this should improve the occasional error message, e.g. 'pscp remote:some.filename /' will now say it can't create /some.filename instead of //some.filename.