summaryrefslogtreecommitdiff
path: root/appl/cmd/logfile.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/logfile.b')
-rw-r--r--appl/cmd/logfile.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/logfile.b b/appl/cmd/logfile.b
index 6a234d23..e971f7a6 100644
--- a/appl/cmd/logfile.b
+++ b/appl/cmd/logfile.b
@@ -63,7 +63,7 @@ init(nil: ref Draw->Context, argv: list of string)
path := hd argv;
(dir, f) := pathsplit(path);
- if (sys->bind("#s", dir, Sys->MBEFORE|Sys->MCREATE) == -1) {
+ if (sys->bind("#s", dir, Sys->MBEFORE) == -1) {
sys->fprint(stderr, "logfile: bind #s failed: %r\n");
return;
}