aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>1999-06-29 02:55:19 +0000
committerFritz Elfert <felfert@to.com>1999-06-29 02:55:19 +0000
commitcaf185d4aabe9fbd612d62c25a5eb03dea2c92db (patch)
tree1926a6e4812021efa2e6d6174f89e926d741da4b /plpftp/ftp.cc
parent4d89f760a7dcb880148fe9d59df6a01ba8237f3e (diff)
downloadplptools-caf185d4aabe9fbd612d62c25a5eb03dea2c92db.tar.gz
plptools-caf185d4aabe9fbd612d62c25a5eb03dea2c92db.tar.bz2
plptools-caf185d4aabe9fbd612d62c25a5eb03dea2c92db.zip
cmdline args
Diffstat (limited to 'plpftp/ftp.cc')
-rw-r--r--plpftp/ftp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index 3c915e3..16a3bc2 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -99,7 +99,7 @@ session(rfsv32 & a, int xargc, char **xargv)
long res;
int once = 0;
- if (xargc > 0) {
+ if (xargc > 1) {
once = 1;
argc = (xargc<10)?xargc:10;
for (int i = 0; i < argc; i++)