aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tapefs/v10fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/tapefs/v10fs.c')
-rw-r--r--src/cmd/tapefs/v10fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/tapefs/v10fs.c b/src/cmd/tapefs/v10fs.c
index c2875b84..0b695dba 100644
--- a/src/cmd/tapefs/v10fs.c
+++ b/src/cmd/tapefs/v10fs.c
@@ -168,7 +168,7 @@ iget(int ino)
if ((flags&VFMT)==VIFDIR)
f.mode |= DMDIR;
f.uid = g2byte(dp->uid);
- f.gid = g2byte(dp->gid);
+ f.gid = g2byte(dp->gid);
f.mdate = g4byte(dp->mtime);
return f;
}