diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-03 05:08:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-03 05:08:11 (GMT) |
commit | b5c82e2e41db6df61af1029beb910dcf86ee7be8 (patch) | |
tree | 0ee8e2e10ccba83eade378e057472c0eb47f1887 /src/H5Dint.c | |
parent | 441b2702341fe30c03ae7df6239a96b6dbcbfd55 (diff) | |
download | hdf5-b5c82e2e41db6df61af1029beb910dcf86ee7be8.zip hdf5-b5c82e2e41db6df61af1029beb910dcf86ee7be8.tar.gz hdf5-b5c82e2e41db6df61af1029beb910dcf86ee7be8.tar.bz2 |
[svn-r17157] Description:
Bring r17152 from trunk to revise_chunks branch & re-run
bin/reconfigure. (next merge from trunk to revise_chunks branch should start
with r17157)
Tested on:
FreeBSD/32 6.3 (duty)
(h5committested on trunk)
Diffstat (limited to 'src/H5Dint.c')
-rw-r--r-- | src/H5Dint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c index 1fddd01..64baadc19 100644 --- a/src/H5Dint.c +++ b/src/H5Dint.c @@ -2343,7 +2343,7 @@ H5D_set_extent(H5D_t *dset, const hsize_t *size, hid_t dxpl_id) /* Check if we are allowed to modify this file */ if(0 == (H5F_INTENT(dset->oloc.file) & H5F_ACC_RDWR)) - HGOTO_ERROR(H5E_DATASET, H5E_WRITEERROR, FAIL, "no write intent on file") + HGOTO_ERROR(H5E_DATASET, H5E_WRITEERROR, FAIL, "no write intent on file") /* Check if we are allowed to modify the space; only datasets with chunked and external storage are allowed to be modified */ if(H5D_COMPACT == dset->shared->layout.type) |