diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-12 20:31:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-12 20:31:08 +0000 |
commit | 87fce8ae6a5fa373ee78cc7c629d7c195eaa6bbb (patch) | |
tree | 202d9e7a5bef1865e750356d8e94cdc124e2077c | |
parent | 5b566d1e5cf8c54834e47e6428867dc5af732fe8 (diff) |
Formerly file-set-trans.c.~6~
-rw-r--r-- | libdiskfs/file-set-trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c index cebfdb1c..fbaa0909 100644 --- a/libdiskfs/file-set-trans.c +++ b/libdiskfs/file-set-trans.c @@ -39,7 +39,7 @@ diskfs_S_file_set_translator (struct protid *cred, np = cred->po->np; - if (transnamelen && !transname[transnamelen - 1]) + if (transnamelen && transname[transnamelen - 1]) return EINVAL; mutex_lock (&np->lock); |