diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:22:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:22:50 +0000 |
commit | 907e2b824847299a6c4a09fc1daa26be7613c9ed (patch) | |
tree | 0e32427123abc4b40e0fc3e7891aac1b4879f338 /libdiskfs/file-get-trans.c | |
parent | c4e734728a04cc9c024f2a883f1fb66944dfc4f7 (diff) | |
download | hurd-907e2b824847299a6c4a09fc1daa26be7613c9ed.tar.gz hurd-907e2b824847299a6c4a09fc1daa26be7613c9ed.tar.bz2 hurd-907e2b824847299a6c4a09fc1daa26be7613c9ed.zip |
entered into RCS
Diffstat (limited to 'libdiskfs/file-get-trans.c')
-rw-r--r-- | libdiskfs/file-get-trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-get-trans.c b/libdiskfs/file-get-trans.c index 73fd3a61..892b50d3 100644 --- a/libdiskfs/file-get-trans.c +++ b/libdiskfs/file-get-trans.c @@ -110,7 +110,7 @@ diskfs_S_file_get_translator (struct protid *cred, } else { - if (!diskfs_node_translated (np)) + if (!np->istranslated) error = EINVAL; else error = diskfs_get_translator (np, trans, translen); |