diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-23 14:39:23 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-23 14:39:23 +0000 |
| commit | a02450722bd9c90148282872df5fbfc39080aecf (patch) | |
| tree | ce3833a163a1a4c1696d85806e67ca80ade93695 /usr.bin | |
| parent | 0138fc17c5a70e8b54ae293fdfd215582df265d8 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ftp/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c index acc3c6bde69c..9da2a84b0003 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1461,7 +1461,7 @@ quote1(initial, argc, argv) len += len1; } } - if (command(buf) == PRELIM) { + if (command("%s", buf) == PRELIM) { while (getreply(0) == PRELIM) continue; } |
