From: simon Date: Sun, 26 Aug 2001 15:32:51 +0000 (+0000) Subject: Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-) X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/da5a5055dd421b35e1481961fb7cd129d1cd6afb Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@1206 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/scp.c b/scp.c index e81aeead..5ccd5412 100644 --- a/scp.c +++ b/scp.c @@ -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) {