summaryrefslogtreecommitdiff
path: root/appl/cmd/9660srv.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/9660srv.b')
-rw-r--r--appl/cmd/9660srv.b2
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"));
}