diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-13 18:02:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-13 18:02:30 +0000 |
commit | 24c73e0d4d8be5c4e65aee8d0993afff3a019b26 (patch) | |
tree | 3c2f925cad7844124800138177e3dcf9a2af5f00 | |
parent | ed08aa13c4f6f575936105cd7d1f536c2a830b0b (diff) |
Formerly file-get-trans.c.~7~
-rw-r--r-- | libdiskfs/file-get-trans.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/file-get-trans.c b/libdiskfs/file-get-trans.c index 47bc2f89..485420e3 100644 --- a/libdiskfs/file-get-trans.c +++ b/libdiskfs/file-get-trans.c @@ -51,6 +51,7 @@ diskfs_S_file_get_translator (struct protid *cred, { assert (amt == np->dn_stat.st_size); (*trans)[sizeof _HURD_SYMLINK + np->dn_stat.st_size] = '\0'; + *translen = len; } } /* XXX should also do IFCHR, IFBLK, IFIFO, and IFSOCK here. */ |