1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)

[originally from svn r1206]
This commit is contained in:
Simon Tatham 2001-08-26 15:32:51 +00:00
parent 306a13c025
commit ebde798f13

2
scp.c
View File

@ -1334,9 +1334,7 @@ static void toremote(int argc, char *argv[])
else
last = srcpath;
}
printf("src=:%s:\nsrcpath=:%s:\nlast=:%s:\n", src, srcpath, last);
*last = '\0';
printf("srcpath=:%s:\n", srcpath);
dir = FindFirstFile(src, &fdat);
if (dir == INVALID_HANDLE_VALUE) {