From 87fce8ae6a5fa373ee78cc7c629d7c195eaa6bbb Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 12 Apr 1994 20:31:08 +0000 Subject: Formerly file-set-trans.c.~6~ --- libdiskfs/file-set-trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3