diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
| commit | 3f1f06c5d12b24c4061e5123acabf72348ff45a2 (patch) | |
| tree | d40487b0f5d3a46c5e1cefe288f9a74b8494d9a7 /appl/cmd/mntgen.b | |
| parent | ca1042d3d05e5e9b2b5094b04197c96ec3b34bfe (diff) | |
20080116-1340
Diffstat (limited to 'appl/cmd/mntgen.b')
| -rw-r--r-- | appl/cmd/mntgen.b | 2 |
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 |
