summaryrefslogtreecommitdiff
path: root/libdiskfs/file-get-trans.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-03 21:48:01 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-03 21:48:01 +0000
commit5ff9878a747b649051175ffda0d2423b009f4329 (patch)
tree6b961abe55e8d32446b49e4451c5c7a926f9c49f /libdiskfs/file-get-trans.c
parent63a697a4174c18ce06348e7ff71507f8a2123c40 (diff)
Formerly file-get-trans.c.~4~
Diffstat (limited to 'libdiskfs/file-get-trans.c')
-rw-r--r--libdiskfs/file-get-trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-get-trans.c b/libdiskfs/file-get-trans.c
index b090c743..17bcc2bb 100644
--- a/libdiskfs/file-get-trans.c
+++ b/libdiskfs/file-get-trans.c
@@ -35,7 +35,7 @@ diskfs_S_file_get_translator (struct protid *cred,
if (!diskfs_node_translated (np))
error = EINVAL;
else
- error = diskfs_get_translator (np, trans);
+ error = diskfs_get_translator (np, (char **)trans);
mutex_unlock (&np->lock);
return error;