mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 03:53:01 -05:00
Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)
[originally from svn r1206]
This commit is contained in:
parent
306a13c025
commit
ebde798f13
2
scp.c
2
scp.c
@ -1334,9 +1334,7 @@ static void toremote(int argc, char *argv[])
|
|||||||
else
|
else
|
||||||
last = srcpath;
|
last = srcpath;
|
||||||
}
|
}
|
||||||
printf("src=:%s:\nsrcpath=:%s:\nlast=:%s:\n", src, srcpath, last);
|
|
||||||
*last = '\0';
|
*last = '\0';
|
||||||
printf("srcpath=:%s:\n", srcpath);
|
|
||||||
|
|
||||||
dir = FindFirstFile(src, &fdat);
|
dir = FindFirstFile(src, &fdat);
|
||||||
if (dir == INVALID_HANDLE_VALUE) {
|
if (dir == INVALID_HANDLE_VALUE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user