aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/vf/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/vf/vf.c')
-rw-r--r--src/cmd/upas/vf/vf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/upas/vf/vf.c b/src/cmd/upas/vf/vf.c
index 9d908150..bc8a7960 100644
--- a/src/cmd/upas/vf/vf.c
+++ b/src/cmd/upas/vf/vf.c
@@ -806,7 +806,7 @@ readmtypes(void)
Mtype *m;
Mtype **l;
- b = Bopen(unsharp("#9/sys/lib/mimetype"), OREAD);
+ b = Bopen(unsharp("#9/lib/mimetype"), OREAD);
if(b == nil)
return;