summaryrefslogtreecommitdiff
path: root/appl/cmd/dbfs.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-01-16 13:39:58 +0000
committerCharles.Forsyth <devnull@localhost>2008-01-16 13:39:58 +0000
commit3f1f06c5d12b24c4061e5123acabf72348ff45a2 (patch)
treed40487b0f5d3a46c5e1cefe288f9a74b8494d9a7 /appl/cmd/dbfs.b
parentca1042d3d05e5e9b2b5094b04197c96ec3b34bfe (diff)
20080116-1340
Diffstat (limited to 'appl/cmd/dbfs.b')
-rw-r--r--appl/cmd/dbfs.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/dbfs.b b/appl/cmd/dbfs.b
index 9482e8df..3e1e9978 100644
--- a/appl/cmd/dbfs.b
+++ b/appl/cmd/dbfs.b
@@ -120,7 +120,7 @@ init(nil: ref Draw->Context, args: list of string)
df := bufio->open(file, Sys->OREAD);
if(df == nil && empty){
- (rc, d) := sys->stat(file);
+ (rc, nil) := sys->stat(file);
if(rc < 0)
df = bufio->create(file, Sys->OREAD, 8r600);
}