diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-01-26 15:48:49 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-01-26 15:48:49 (GMT) |
commit | f7bac2b4b99fcb9a75db66875ce29356a4120b92 (patch) | |
tree | e80b69f7d285bb62b9d31e2972014053335fb514 /fortran/src/H5f90proto.h | |
parent | c41e250354fcffaf0459ed5f14fedfabc8f03b4f (diff) | |
download | hdf5-f7bac2b4b99fcb9a75db66875ce29356a4120b92.zip hdf5-f7bac2b4b99fcb9a75db66875ce29356a4120b92.tar.gz hdf5-f7bac2b4b99fcb9a75db66875ce29356a4120b92.tar.bz2 |
[svn-r4866]
Purpose:
Maintenance
Description:
Several compiler's warnings caused Hitachi SR8000
F90 and C compilers to fail.
Solution:
Fixed the code to eliminate warnings.
Platforms tested:
O2K (modi4) and Solaris 2.7 (arabica)
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 492eec7..253c819 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -3,7 +3,7 @@ #include "H5Git.h" __DLL__ int HD5c2fstr(char *str, int len); -__DLL__ char * HD5fcstring (_fcd fdesc, int len); +__DLL__ char * HD5f2cstring (_fcd fdesc, int len); __DLL__ int HDpackFstring(char *src, char *dest, int len); /* |