diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2014-11-18 17:57:48 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2014-11-18 17:57:48 (GMT) |
commit | 4ddc3c769e595ded8b70cc843a79e5ab37ba60e7 (patch) | |
tree | 4d686637dd3e18b4be0e9b5ea45c993569f3b878 /tools/h5repack/h5repack_copy.c | |
parent | 5cf77a2a7bfd44127db4c3b5d2b760666b2887a1 (diff) | |
download | hdf5-4ddc3c769e595ded8b70cc843a79e5ab37ba60e7.zip hdf5-4ddc3c769e595ded8b70cc843a79e5ab37ba60e7.tar.gz hdf5-4ddc3c769e595ded8b70cc843a79e5ab37ba60e7.tar.bz2 |
[svn-r25823] Bring revisions #25484 - 25508 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'tools/h5repack/h5repack_copy.c')
-rw-r--r-- | tools/h5repack/h5repack_copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c index 521b9bd..44bea47 100644 --- a/tools/h5repack/h5repack_copy.c +++ b/tools/h5repack/h5repack_copy.c @@ -39,7 +39,7 @@ #define CHECK_H5DRW_ERROR(_fun, _did, _mtid, _msid, _fsid, _pid, _buf) { \ H5E_BEGIN_TRY { \ if(_fun(_did, _mtid, _msid, _fsid, _pid, _buf) < 0) { \ - int _err_num = 0; \ + hid_t _err_num = 0; \ char _msg[80]; \ H5Ewalk2(H5E_DEFAULT, H5E_WALK_DOWNWARD, walk_error_callback, &_err_num); \ H5Eget_msg(_err_num, NULL, _msg, (size_t)80); \ |