summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-25 15:48:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-25 15:48:17 (GMT)
commit618414d4b19d6000e46c032e8f8131a48195f8a1 (patch)
treeef8a1a9d98c39d10206141fecc295341f117c2be /tools
parent58664babf30a0f0d98cd1fbe2deb511c248ef290 (diff)
downloadhdf5-618414d4b19d6000e46c032e8f8131a48195f8a1.zip
hdf5-618414d4b19d6000e46c032e8f8131a48195f8a1.tar.gz
hdf5-618414d4b19d6000e46c032e8f8131a48195f8a1.tar.bz2
Add missing creation order flag set
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/h5repack_copy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c
index 9b9a200..b41f7be 100644
--- a/tools/h5repack/h5repack_copy.c
+++ b/tools/h5repack/h5repack_copy.c
@@ -304,6 +304,9 @@ print_user_block(fnamein, fidin);
}
}
+ if(H5Pset_link_creation_order(fcpl, crt_order_flags ) < 0)
+ HGOTO_ERROR(FAIL, H5E_tools_min_id_g, "H5Pset_link_creation_order failed");
+
/*-------------------------------------------------------------------------
* create the output file
*-------------------------------------------------------------------------