summaryrefslogtreecommitdiff
path: root/appl/cmd/mntgen.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/mntgen.b')
-rw-r--r--appl/cmd/mntgen.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/mntgen.b b/appl/cmd/mntgen.b
index 3f066425..a83e2905 100644
--- a/appl/cmd/mntgen.b
+++ b/appl/cmd/mntgen.b
@@ -79,7 +79,7 @@ walk1(c: ref Fid, name: string): string
decref(c.path);
c.walk(Sys->Qid(Qroot, 0, Sys->QTDIR));
} else if (c.path == Qroot) {
- (d, err) := nav.walk(c.path, name);
+ (d, nil) := nav.walk(c.path, name);
if (d == nil)
d = addentry(name);
else