summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-09-10 15:31:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-09-10 15:31:11 (GMT)
commit14f7f3e53d97c3f31a129145e7ea7e9cd55008dc (patch)
tree8c722b0b1ae3bee185e4b4a512ecef31700ee40c /src/H5D.c
parent91709a2b438aa622f0fef679e7c05378b07adecb (diff)
downloadhdf5-14f7f3e53d97c3f31a129145e7ea7e9cd55008dc.zip
hdf5-14f7f3e53d97c3f31a129145e7ea7e9cd55008dc.tar.gz
hdf5-14f7f3e53d97c3f31a129145e7ea7e9cd55008dc.tar.bz2
[svn-r7453] Purpose:
Checkpoint file format spec. Description: Clarifications and cleanups related to file format review.
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 901ab2f..b1f6d4b 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -1385,8 +1385,7 @@ H5D_update_entry_info(H5F_t *file, hid_t dxpl_id, H5D_t *dset, H5P_genplist_t *p
if(dset->dcpl_id!=H5P_DATASET_CREATE_DEFAULT) {
/*
* Retrieve properties of fill value and others. Copy them into new fill
- * value struct. Convert the fill value to the dataset type and write
- * the message
+ * value struct.
*/
if (H5P_get(plist, H5D_CRT_FILL_TIME_NAME, &fill_time) < 0)
HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "can't retrieve fill time")
@@ -1429,9 +1428,8 @@ H5D_update_entry_info(H5F_t *file, hid_t dxpl_id, H5D_t *dset, H5P_genplist_t *p
fill.size = -1;
fill.type = fill.buf = NULL;
fill.fill_defined = FALSE;
- } else {
+ } else
HGOTO_ERROR(H5E_DATASET, H5E_CANTGET, FAIL, "unable to determine if fill value is defined")
- }
fill.alloc_time = alloc_time;
fill.fill_time = fill_time;