diff options
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"); } |
