diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-02-21 12:11:43 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-02-21 12:11:43 +0000 |
| commit | c93eaa9a36d5071c19f42debcef978afd89ec994 (patch) | |
| tree | c3a3b8048c3ceaf7aa887922f754826c74ff1591 /appl/cmd/ftpfs.b | |
| parent | aee7f58dfcd519d45482e45ab1ce6026c846dc21 (diff) | |
20100221-1211
Diffstat (limited to 'appl/cmd/ftpfs.b')
| -rw-r--r-- | appl/cmd/ftpfs.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/ftpfs.b b/appl/cmd/ftpfs.b index ee5a44d4..9d074124 100644 --- a/appl/cmd/ftpfs.b +++ b/appl/cmd/ftpfs.b @@ -280,7 +280,7 @@ sendreply(r: ref Rmsg) if (debug) sys->print("> %s\n", r.text()); a := r.pack(); - if(styx->write(styxfd, a, len a) != len a) + if(sys->write(styxfd, a, len a) != len a) sys->print("ftpfs: error replying: %r\n"); } |
