diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-03-14 20:12:12 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-03-14 20:12:12 (GMT) |
commit | 7b77f971886d6b1fb3f4e5a4f0e7454dbc487a09 (patch) | |
tree | 2d575eae52c953848fffdd580cc5c998c72fe0e8 /fortran/src/H5f90proto.h | |
parent | 34880b42a01eef71b8746d78775b25f20831ddb1 (diff) | |
download | hdf5-7b77f971886d6b1fb3f4e5a4f0e7454dbc487a09.zip hdf5-7b77f971886d6b1fb3f4e5a4f0e7454dbc487a09.tar.gz hdf5-7b77f971886d6b1fb3f4e5a4f0e7454dbc487a09.tar.bz2 |
[svn-r5066]
Purpose:
Bug fix
Description:
I borrowed function HDpackFstring from the HDF4 Library and
left name unchanged. It causes linking problems for Fortran users
that use both HDF4 and HDF5 Libraries in their applications.
Solution:
Changed the name to be HD5packFstring
Platforms tested:
Solaris 2.7
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r-- | fortran/src/H5f90proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index 253c819..c244ec9 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -4,7 +4,7 @@ #include "H5Git.h" __DLL__ int HD5c2fstr(char *str, int len); __DLL__ char * HD5f2cstring (_fcd fdesc, int len); -__DLL__ int HDpackFstring(char *src, char *dest, int len); +__DLL__ int HD5packFstring(char *src, char *dest, int len); /* * Functions from H5Ff.c |