diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-04-01 23:23:08 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-04-01 23:23:08 +0000 |
| commit | a3d4017d8d3be485b256b15d2344afac09112204 (patch) | |
| tree | f8f52c524cf268ca91ebe61846df02013aac6abb /appl/cmd/logfile.b | |
| parent | bf89820f25b72a8c1fda5bb9790615aa6ecbd005 (diff) | |
20090402-0022
Diffstat (limited to 'appl/cmd/logfile.b')
| -rw-r--r-- | appl/cmd/logfile.b | 2 |
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; } |
