summaryrefslogtreecommitdiffstats
path: root/src/H5Sall.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-03-09 23:06:07 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-03-09 23:06:07 (GMT)
commit2c3234ef72e359439918da691dab5aa78baa0dbb (patch)
treefda04f4bdf76ad982a75e757fde5c629989137cc /src/H5Sall.c
parent362894fbb1b798dbbe81f193c6db1ee27eda5182 (diff)
downloadhdf5-2c3234ef72e359439918da691dab5aa78baa0dbb.zip
hdf5-2c3234ef72e359439918da691dab5aa78baa0dbb.tar.gz
hdf5-2c3234ef72e359439918da691dab5aa78baa0dbb.tar.bz2
[svn-r1128] Changes for T3E port.
H5Flow.c: Document previous changes (same changes committed by Robb first.) H5Fprivate.h: Change DECODE macros to do sign extension. (Sign extension can be skipped if machines use the exact sizes.) H5Sall.c: Fixed a typo in return value. H5private.h: Fixed a typo and also changed the strategy of the int16_t and uint16_t typedef. Now will use short as long as it is at least 2 bytes big.
Diffstat (limited to 'src/H5Sall.c')
-rw-r--r--src/H5Sall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sall.c b/src/H5Sall.c
index ea6eda0..c5cf909 100644
--- a/src/H5Sall.c
+++ b/src/H5Sall.c
@@ -135,7 +135,7 @@ H5S_all_favail (const H5S_t *space, const H5S_sel_iter_t *sel_iter, size_t max)
acc *= size[i];
nelmts = (max/acc) * acc;
if (nelmts<=0) {
- HRETURN_ERROR (H5E_IO, H5E_UNSUPPORTED, 0,
+ HRETURN_ERROR (H5E_IO, H5E_UNSUPPORTED, FAIL,
"strip mine buffer is too small");
}