summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-18 08:24:00 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-18 08:24:00 (GMT)
commit43163efc35e32265687b7f0934c5cc62f976f1ce (patch)
treeacbf05e4cd2a72644cadc1d295381634becb6b68 /src/H5Pdcpl.c
parent35266165fe6dafc8ffe656204f2c6259c7d271f6 (diff)
downloadhdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.zip
hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.tar.gz
hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.tar.bz2
[svn-r8077] Snapshot version 1.7 release 16
Diffstat (limited to 'src/H5Pdcpl.c')
-rw-r--r--src/H5Pdcpl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c
index 6307a07..f61ebf0 100644
--- a/src/H5Pdcpl.c
+++ b/src/H5Pdcpl.c
@@ -741,7 +741,8 @@ H5Pget_filter(hid_t plist_id, unsigned idx, unsigned int *flags/*out*/,
#endif /* H5_WANT_H5_V1_6_COMPAT */
/* Check args */
- if (cd_nelmts || cd_values) {
+ if (cd_nelmts || cd_values)
+{
if (cd_nelmts && *cd_nelmts>256)
/*
* It's likely that users forget to initialize this on input, so