summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-10-13 09:33:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-10-13 09:33:03 (GMT)
commitb767c1a0ae221b4d39cead548bd26a229a8529c9 (patch)
tree452bd065fea24fa0b3d0bbfe5d26f61812bb8948 /src/H5G.c
parent76ff9fa1d25f2f060b6ef620a9c6d1a1652c6fa8 (diff)
downloadhdf5-b767c1a0ae221b4d39cead548bd26a229a8529c9.zip
hdf5-b767c1a0ae221b4d39cead548bd26a229a8529c9.tar.gz
hdf5-b767c1a0ae221b4d39cead548bd26a229a8529c9.tar.bz2
[svn-r28049] Merge of r27997-28047 from the trunk.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial w/ Fortran and C++ parallel (MPICH 3.1.4) w/ Fortran
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index a9be5b8..c08c823 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -594,7 +594,7 @@ H5G_get_create_plist(H5G_t *grp)
HGOTO_ERROR(H5E_SYM, H5E_BADMESG, FAIL, "can't get link pipeline")
/* Set the pipeline for the property list */
- if(H5P_set(new_plist, H5O_CRT_PIPELINE_NAME, &pline) < 0)
+ if(H5P_poke(new_plist, H5O_CRT_PIPELINE_NAME, &pline) < 0)
HGOTO_ERROR(H5E_PLIST, H5E_CANTSET, FAIL, "can't set link pipeline")
} /* end if */