diff options
Diffstat (limited to 'src/H5Gloc.c')
-rw-r--r-- | src/H5Gloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gloc.c b/src/H5Gloc.c index 4e72774..d683eff 100644 --- a/src/H5Gloc.c +++ b/src/H5Gloc.c @@ -378,7 +378,7 @@ H5G_loc_insert(H5G_loc_t *grp_loc, const char *name, H5G_loc_t *obj_loc, /* Create link object for the object location */ lnk.type = H5L_TYPE_HARD; - lnk.cset = H5F_CRT_DEFAULT_CSET; + lnk.cset = H5F_DEFAULT_CSET; lnk.corder = 0; /* Will be reset if the group is tracking creation order */ lnk.corder_valid = FALSE; /* Indicate that the creation order isn't valid (yet) */ /* Casting away const OK -QAK */ |