From c93eaa9a36d5071c19f42debcef978afd89ec994 Mon Sep 17 00:00:00 2001 From: forsyth Date: Sun, 21 Feb 2010 12:11:43 +0000 Subject: 20100221-1211 --- appl/cmd/ftpfs.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd/ftpfs.b') 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"); } -- cgit v1.2.3