summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_list.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-01-15 16:48:48 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-01-15 16:48:48 (GMT)
commit5112a79d81b500bc1fa9cad9580afb7de029ab0c (patch)
tree415d7ce9ddf6adf6503d363bae15ff30275b2584 /tools/h5repack/h5repack_list.c
parentbe52cc0eba0149beb088a03c2a9d1530971f911b (diff)
downloadhdf5-5112a79d81b500bc1fa9cad9580afb7de029ab0c.zip
hdf5-5112a79d81b500bc1fa9cad9580afb7de029ab0c.tar.gz
hdf5-5112a79d81b500bc1fa9cad9580afb7de029ab0c.tar.bz2
[svn-r8068] Purpose:
changed the text of a error message related to the fail of H5Fopen to " unable to open file " Description: Solution: Platforms tested: linux (small change ) Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_list.c')
-rw-r--r--tools/h5repack/h5repack_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_list.c b/tools/h5repack/h5repack_list.c
index 3d43ec1..f28ff9e 100644
--- a/tools/h5repack/h5repack_list.c
+++ b/tools/h5repack/h5repack_list.c
@@ -51,7 +51,7 @@ int check_objects(const char* fname,
/* Open the files */
if ((fid=H5Fopen(fname,H5F_ACC_RDONLY,H5P_DEFAULT))<0 ){
- printf("h5repack: <%s>: No such file or directory\n", fname );
+ printf("h5repack: <%s>: %s\n", fname, H5FOPENERROR );
exit(1);
}
/* enable error reporting */