diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:54:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:54:08 +0000 |
commit | 943a956949c3df3c4a765bf8b651173590cb2af9 (patch) | |
tree | 8dcc3873a09fda938706ea61941305f56db4984b /libnetfs/file-get-storage-info.c | |
parent | 69f16ad9f20a7f0029323c53cafaae3cf720b12a (diff) |
(netfs_S_file_get_storage_info): fixup
Diffstat (limited to 'libnetfs/file-get-storage-info.c')
-rw-r--r-- | libnetfs/file-get-storage-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-get-storage-info.c b/libnetfs/file-get-storage-info.c index 481fcadd..05232e85 100644 --- a/libnetfs/file-get-storage-info.c +++ b/libnetfs/file-get-storage-info.c @@ -48,7 +48,7 @@ netfs_S_file_get_storage_info (struct protid *user, } *num_ints = 1; - ints[0] = STORAGE_NETWORK; + (*ints)[0] = STORAGE_NETWORK; return 0; } |