diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-19 20:13:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-19 20:13:47 (GMT) |
commit | 3752177106983673ce51e55e5faaefa41c269465 (patch) | |
tree | b34d5f3eb7ca2e4b6b9fce0d6780fe3dbd4e503d /src/H5FDfphdf5.h | |
parent | 14b9ac8763deda60cca5d75beae85fda4390b143 (diff) | |
download | hdf5-3752177106983673ce51e55e5faaefa41c269465.zip hdf5-3752177106983673ce51e55e5faaefa41c269465.tar.gz hdf5-3752177106983673ce51e55e5faaefa41c269465.tar.bz2 |
[svn-r7498] Purpose:
Code cleanup
Description:
Clean up various warnings and parameter mis-matches, etc.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to need h5committest
Diffstat (limited to 'src/H5FDfphdf5.h')
-rw-r--r-- | src/H5FDfphdf5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h index 8cf27fd..0736c15 100644 --- a/src/H5FDfphdf5.h +++ b/src/H5FDfphdf5.h @@ -115,7 +115,7 @@ H5_DLL hbool_t H5FD_fphdf5_is_captain(H5FD_t *_file); H5_DLL hbool_t H5FD_is_fphdf5_driver(H5FD_t *_file); H5_DLL herr_t H5FD_fphdf5_write_real(H5FD_t *_file, hid_t dxpl_id, - MPI_Offset mpi_off, int size, + haddr_t addr, int size, const void *buf); #ifdef __cplusplus |