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/9660srv.b | |
| parent | aee7f58dfcd519d45482e45ab1ce6026c846dc21 (diff) | |
20100221-1211
Diffstat (limited to 'appl/cmd/9660srv.b')
| -rw-r--r-- | appl/cmd/9660srv.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/9660srv.b b/appl/cmd/9660srv.b index 17fa053b..90de6918 100644 --- a/appl/cmd/9660srv.b +++ b/appl/cmd/9660srv.b @@ -185,7 +185,7 @@ fileserve(rfd: ref Sys->FD, sync: chan of int) error("bad R-message conversion"); if(showstyx) chat(r.text()+"\n"); - if(styx->write(rfd, rbuf, len rbuf) != len rbuf) + if(sys->write(rfd, rbuf, len rbuf) != len rbuf) error(sys->sprint("connection write error: %r")); } |
