summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-08-26 15:17:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-08-26 15:17:30 (GMT)
commitafb06550c5dcac37174c335e6876a6140f269eb5 (patch)
treedd0f4ba127e5f02cf6bd51896bc08eb56a6eb7c3 /tools/src/h5repack
parent574cb4e9425ba1ce8bf0a777caa6cf4e9d57ca4e (diff)
downloadhdf5-afb06550c5dcac37174c335e6876a6140f269eb5.zip
hdf5-afb06550c5dcac37174c335e6876a6140f269eb5.tar.gz
hdf5-afb06550c5dcac37174c335e6876a6140f269eb5.tar.bz2
MinGW uses "MinGW Makefiles"
Diffstat (limited to 'tools/src/h5repack')
-rw-r--r--tools/src/h5repack/h5repack_refs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5repack/h5repack_refs.c b/tools/src/h5repack/h5repack_refs.c
index 332ef1f..5baabb6 100644
--- a/tools/src/h5repack/h5repack_refs.c
+++ b/tools/src/h5repack/h5repack_refs.c
@@ -534,7 +534,7 @@ static int copy_refs_attr(hid_t loc_in,
ref_comp_field_n may be >0 for the next attribute, which may not be
the reference type and will be accidently treated as the reference type.
It will then cause the H5Acreate2 failed since that attribute is already created.
- KY 2020-02-10
+ KY 2020-02-07
*/
is_ref_comp = (ref_comp_field_n > 0);
}