X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsyssh%2Fvsyssh.c;h=105f565d46d42805a7427ffe294915842a9ee0b0;hb=4ceb13b255ee9068bc070551b1abe1b293fdecc1;hp=7ae4deb8cf8340f97c82c945f7a60b858c561b27;hpb=02c48a292844be161535d6aeb8c96b018d4b0ac9;p=vsys.git diff --git a/vsyssh/vsyssh.c b/vsyssh/vsyssh.c index 7ae4deb..105f565 100644 --- a/vsyssh/vsyssh.c +++ b/vsyssh/vsyssh.c @@ -34,7 +34,7 @@ int main(int argc, char **argv, char **envp) inf=(char *)malloc(strlen(argv[1])+3); outf=(char *)malloc(strlen(argv[2])+4); strcpy(inf,argv[1]); - strcpy(inf,argv[2]); + strcpy(outf,argv[2]); strcat(inf,".in"); strcat(outf,".out");